]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
ssd: --name is option for --stop, not --start
authorElan Ruusamäe <glen@delfi.ee>
Mon, 18 May 2015 12:58:46 +0000 (15:58 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 18 May 2015 12:58:48 +0000 (15:58 +0300)
lib/functions

index 5bb35657fd6786262b9f5101113946e2ba97668c..87eeb65ca96c7278a026e6372fcfeedc4da63c42 100644 (file)
@@ -771,7 +771,6 @@ daemon() {
                                ${user:+--chuid $user} \
                                ${chdir:+--chdir "$chdir"} \
                                ${fork:+--background} \
-                               ${waitname:+--name $waitname} \
                                ${SERVICE_DROPCAPS:+--dropcap $SERVICE_DROPCAPS} \
                                --exec "$prog" \
                                -- "$@"
This page took 0.0868640000000001 seconds and 4 git commands to generate.