From a064cbda2086b79b6cc04111cb308a6b2d770aa6 Mon Sep 17 00:00:00 2001 From: heqnx Date: Sun, 6 Jul 2025 14:57:39 +0300 Subject: replaced ices2 which only supports vorbis, with liquidsoap + creation of title metadata; reorganized templates --- templates/systemd/system/ices2.service | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 templates/systemd/system/ices2.service (limited to 'templates/systemd') 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 - -- cgit v1.2.3