1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-09-28 22:22:51 +00:00

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