Conduit is a simple, fast and reliable chat server powered by Matrix https://conduit.rs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
415 B
21 lines
415 B
[Unit] |
|
Description=Conduit Matrix homeserver |
|
After=network.target |
|
|
|
[Service] |
|
User=_matrix-conduit |
|
Group=_matrix-conduit |
|
Type=simple |
|
|
|
Environment="ROCKET_ENV=production" |
|
Environment="ROCKET_DATABASE_PATH=/var/lib/matrix-conduit" |
|
EnvironmentFile=/etc/matrix-conduit/env |
|
|
|
ExecStart=/usr/sbin/matrix-conduit |
|
Restart=on-failure |
|
RestartSec=10 |
|
StartLimitInterval=1m |
|
StartLimitBurst=5 |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|