ghostream/docs/ghostream.service

12 lines
213 B
SYSTEMD
Raw Normal View History

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