[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