15 lines
311 B
Desktop File
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
|