summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at/files/S99at
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/at/files/S99at')
-rw-r--r--meta/recipes-extended/at/files/S99at2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/at/files/S99at b/meta/recipes-extended/at/files/S99at
index bcfcbdae21..386f8a497e 100644
--- a/meta/recipes-extended/at/files/S99at
+++ b/meta/recipes-extended/at/files/S99at
@@ -7,7 +7,7 @@ umask 077
7 7
8start() { 8start() {
9 echo -n "Starting atd: " 9 echo -n "Starting atd: "
10 start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/atd.pid --background --exec /usr/sbin/atd -- -f 10 start-stop-daemon --start --quiet --pidfile /var/run/atd.pid --background --exec /usr/sbin/atd -- -f
11 echo "OK" 11 echo "OK"
12} 12}
13stop() { 13stop() {