Changes between Version 12 and Version 13 of Scripts/initd


Ignore:
Timestamp:
Dec 27, 2008, 11:19:26 PM (14 years ago)
Author:
theCrank
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scripts/initd

    v12 v13  
    100100                --test -- $TRANSMISSION_ARGS > /dev/null \
    101101                || return 1
    102         start-stop-daemon --chuid $USERNAME --start --pidfile $PIDFILE --exec $DAEMON
     102        start-stop-daemon --chuid $USERNAME --start --pidfile $PIDFILE --exec $DAEMON \
    103103                || return 2
    104104}