phantasmobile/etc/systemd/system/phantasmobile-signal-daemon.service

16 lines
311 B
SYSTEMD
Raw Normal View History

2023-07-24 11:05:45 +00:00
[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