17 lines
313 B
SYSTEMD
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
|