removed starting service echo

pull/1886/head
Daniel Banar 2025-09-16 19:23:18 +02:00
parent bc40af0dfd
commit a172925ec1
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ DAEMON_ARGS="5 /etc/fake-hwclock.data"
case "$1" in case "$1" in
start) start)
echo -n "Starting $DAEMON: "
fake-hwclock load /etc/fake-hwclock.data fake-hwclock load /etc/fake-hwclock.data
# Save timestamp every 5 seconds # Save timestamp every 5 seconds
start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "$DAEMON" -- $DAEMON_ARGS start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "$DAEMON" -- $DAEMON_ARGS