Skip to content

Commit a172925

Browse files
committed
removed starting service echo
1 parent bc40af0 commit a172925

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

general/package/fake-hwclock-openipc/files/S39fakehwclock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ DAEMON_ARGS="5 /etc/fake-hwclock.data"
66

77
case "$1" in
88
start)
9-
echo -n "Starting $DAEMON: "
109
fake-hwclock load /etc/fake-hwclock.data
1110
# Save timestamp every 5 seconds
1211
start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "$DAEMON" -- $DAEMON_ARGS

0 commit comments

Comments
 (0)