phantasmobile/etc/systemd/system/phantasmobile-signal-daemon.service
2023-07-24 19:08:30 +01:00

15 lines
311 B
Desktop File

[Unit]
Description=phantasmobile signal-daemon
After=postgresql.service
[Service]
Type=simple
Restart=always
User=phantasmobile
Group=phantasmobile
WorkingDirectory=/srv/phantasmobile
ExecStart=/srv/phantasmobile/manage.py signal-daemon
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target