16 lines
311 B
SYSTEMD
16 lines
311 B
SYSTEMD
|
[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
|