Trying to run icecast and darkice via systemd user services

This commit is contained in:
Nemo 2016-06-15 15:10:03 +05:30
parent dccc3de02a
commit a1db7755b6
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[Unit]
Description=Darkice streams alsa monitor
[Service]
ExecStart=/usr/bin/darkice -c /home/nemo/.darkice.cfg

View File

@ -0,0 +1,6 @@
[Unit]
Description=Streams whatever darkice gets
Requires=darkice.service
[Service]
ExecStart=/usr/bin/icecast -c /home/nemo/.icecast.xml