From 2e462fb7c7ed4cc298c7232ce95d62612b802287 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Jun 2025 00:46:51 +0200 Subject: [PATCH] fix init --- etc/init.d/telecaster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init.d/telecaster b/etc/init.d/telecaster index 7f0991c..7168391 100755 --- a/etc/init.d/telecaster +++ b/etc/init.d/telecaster @@ -1,7 +1,7 @@ #!/bin/sh ### BEGIN INIT INFO # Provides: vncserver -# Required-Start: icecast2 sddm +# Required-Start: icecast2 # Required-Stop:: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -- 2.39.5