system/systemd/matrix-sydent.service
Georg 6410fd8d58
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:34:32 +02:00

15 lines
273 B
Desktop File

[Unit]
Description=Matrix Ident Server
[Service]
Type=simple
Restart=on-failure
User=sydent
Group=matrix
WorkingDirectory=/opt/matrix/sydent
ExecStart=/opt/matrix/sydent/sydent-venv/bin/python -m sydent.sydent
SyslogIdentifier=sydent
[Install]
WantedBy=multi-user.target