dusk-radio/radio-config/ezstream.service

17 lines
313 B
SYSTEMD

[Unit]
Description=Launch Ezstream and update its config file
After=icecast.service
[Service]
Type=simple
User=strange
ExecStart=/home/strange/External/Cast/start-ezstream.sh
TimeoutSec=60
StandardOutput=syslog
StandardOutput=syslog
SyslogIdentifier=ezstream
Restart=always
[Install]
WantedBy=multi-user.target