summaryrefslogtreecommitdiff
path: root/templates/systemd/system
diff options
context:
space:
mode:
Diffstat (limited to 'templates/systemd/system')
-rw-r--r--templates/systemd/system/ices2.service17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/systemd/system/ices2.service b/templates/systemd/system/ices2.service
deleted file mode 100644
index d3a4c2f..0000000
--- a/templates/systemd/system/ices2.service
+++ /dev/null
@@ -1,17 +0,0 @@
-[Unit]
-Description=ICES2 Icecast source client
-After=network.target icecast2.service
-Requires=icecast2.service
-
-[Service]
-Type=simple
-User=icecast2
-Group=icecast
-WorkingDirectory={{ radio_music_dir }}
-ExecStart=/usr/bin/ices2 /etc/icecast2/ices-playlist.xml
-Restart=on-failure
-RestartSec=5
-
-[Install]
-WantedBy=multi-user.target
-