1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-02 06:38:30 +02:00

Rename service and default for Debian

This commit is contained in:
Alexandre Iooss
2020-09-18 09:54:26 +02:00
parent 3453bee950
commit 630db02abe
2 changed files with 0 additions and 0 deletions

16
debian/service vendored Normal file
View File

@ -0,0 +1,16 @@
[Unit]
Description=Simple streaming server
After=syslog.target
[Service]
User=www-data
EnvironmentFile=-/etc/default/ghostream
ExecStart=/usr/bin/uwsgi --http-socket 127.0.0.1:8080 --master --plugin python3 --module ghostream:app --static-map /static=/usr/lib/python3/dist-packages/ghostream/static
Restart=on-failure
KillSignal=SIGQUIT
Type=notify
StandardError=syslog
NotifyAccess=all
[Install]
WantedBy=multi-user.target