1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-22 09:12:19 +00:00
ghostream/docs/ghostream.service
2020-09-30 15:07:36 +02:00

11 lines
173 B
Desktop File

[Unit]
Description=Simple streaming server
After=syslog.target
[Service]
User=www-data
ExecStart=/usr/bin/ghostream
Restart=on-failure
[Install]
WantedBy=multi-user.target