Changeset 101

Show
Ignore:
Timestamp:
07/14/05 08:25:12 (3 years ago)
Author:
jtv
Message:

Changed default startup options to work with unconfigurable vesrion as well

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • debian/swapspace.init

    r62 r101  
    2929 
    3030PIDOPT="--pidfile $PIDFILE" 
    31 DAEMON_ARGS="--daemon $PIDOPT" 
     31#DAEMON_ARGS="--daemon $PIDOPT" 
     32DAEMON_ARGS="-d -p" 
    3233STDOPTS="--quiet $PIDOPT" 
    3334STARTCMD="start-stop-daemon --start --exec $DAEMON $STDOPTS -- $DAEMON_ARGS"