Changeset 2191 for box/trunk/contrib/debian/bbstored.in
- Timestamp:
- 15/06/2008 20:08:30 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/contrib/debian/bbstored.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/contrib/debian/bbstored.in
r2094 r2191 5 5 BBSTORED=@sbindir_expanded@/bbstored 6 6 CONFIG=@sysconfdir_expanded@/box/bbstored.conf 7 PIDFILE=@localstatedir_expanded@/ bbstored.pid7 PIDFILE=@localstatedir_expanded@/run/bbstored.pid 8 8 9 9 test -x $BBACKUPD || exit 0 … … 34 34 echo -n "Restarting Box Backup Server daemon: bbstored" 35 35 start-stop-daemon --stop --quiet --pidfile $PIDFILE \ 36 --exec $BBSTORED 36 --exec $BBSTORED --retry 5 37 37 start-stop-daemon --start --quiet \ 38 38 --exec $BBSTORED > /dev/null
Note: See TracChangeset
for help on using the changeset viewer.
