signal backend, app cleanup
This commit is contained in:
parent
4b157ed1d1
commit
6f18890739
43 changed files with 695 additions and 124 deletions
15
etc/systemd/system/phantasmobile-signal-daemon.service
Normal file
15
etc/systemd/system/phantasmobile-signal-daemon.service
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue