1
0
mirror of synced 2025-04-19 11:02:15 +03:00
sydent/matrix-sydent.service
Richard van der Hoff 4a64a89a68 example systemd file
2018-12-07 11:27:02 +00:00

22 lines
431 B
Desktop File

# Example systemd configuration file for sydent. Copy to
# /etc/systemd/system/matrix-sydent.service, update the paths if necessary,
# then:
#
# systemctl enable matrix-sydent
# systemctl start matrix-sydent
[Unit]
Description="Matrix identity server"
[Service]
WorkingDirectory=/opt/sydent
ExecStart=/opt/sydent/env/bin/python -m sydent.sydent
User=sydent
Group=nogroup
Restart=always
[Install]
WantedBy=default.target