1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-22 15:02:19 +00:00

Fix paths in service unit

This commit is contained in:
Alexandre Iooss 2020-09-14 16:52:00 +02:00
parent bae066fcff
commit 27d662d055
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02

View File

@ -4,9 +4,8 @@ After=syslog.target
[Service]
User=www-data
WorkingDirectory=/var/local/ghostream
EnvironmentFile=-/etc/default/ghostream
ExecStart=/usr/bin/uwsgi --http-socket 127.0.0.1:8080 --master --plugin python3 --module ghostream:app --static-map /static=/var/local/ghostream/ghostream/static
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