- Timestamp:
- 2008-03-29T21:01:09Z (17 years ago)
- Branches:
- master
- Children:
- e74c7fe
- Parents:
- 483f8dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/bitlbee.init
r483f8dd r0281c45 18 18 # Default value 19 19 BITLBEE_PORT=6667 20 DAEMON_OPT=-F20 BITLBEE_OPTS=-F 21 21 22 22 # Read config file if it is present. … … 38 38 start-stop-daemon --start --quiet --pidfile $PIDFILE \ 39 39 -c bitlbee: \ 40 --exec $DAEMON -- -p $BITLBEE_PORT -P $PIDFILE $ DAEMON_OPT40 --exec $DAEMON -- -p $BITLBEE_PORT -P $PIDFILE $BITLBEE_OPTS 41 41 } 42 42
Note: See TracChangeset
for help on using the changeset viewer.