1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-23 00:22:19 +00:00
ghostream/debian/ghostream.service
2020-09-14 15:58:35 +02:00

24 lines
740 B
Desktop File

[Unit]
Description=Simple streaming server
After=syslog.target
[Service]
User=www-data
WorkingDirectory=/var/local/ghostream
Environment=FLASK_CONFIG="production"
Environment=LDAP_URI="ldap://127.0.0.1:389"
Environment=LDAP_USER_DN="cn=Utilisateurs,dc=crans,dc=org"
Environment=SITE_NAME="Crans Stream"
Environment=SITE_HOSTNAME="stream.crans.org"
Environment=FAVICON="https://www.crans.org/images/favicon.ico"
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
Restart=on-failure
KillSignal=SIGQUIT
Type=notify
StandardError=syslog
NotifyAccess=all
[Install]
WantedBy=multi-user.target