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

11 lines
173 B
SYSTEMD
Raw Permalink Normal View History

2020-09-21 15:29:50 +00:00
[Unit]
Description=Simple streaming server
After=syslog.target
[Service]
User=www-data
ExecStart=/usr/bin/ghostream
Restart=on-failure
[Install]
WantedBy=multi-user.target