From fe9db812ddbc490997e7384e5b1c8e9d84395d51 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 14 Aug 2021 20:32:15 +1000 Subject: [PATCH] Start Icecast with systemctl --- startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startup.sh b/startup.sh index 6d74c38..efa7029 100644 --- a/startup.sh +++ b/startup.sh @@ -72,5 +72,5 @@ cat < /etc/icecast.xml EOF -# Start Icecast in the background -icecast -b -c /etc/icecast.xml +# Start Icecast +systemctl start icecast -- GitLab