3 # bacula This shell script takes care of starting and stopping
4 # the bacula Storage daemon.
7 # description: It comes by night and sucks the vital essence from your computers.
9 # For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
14 echo "Starting the Bacula Storage daemon: "
15 @sbindir@/bacula-sd $2 -c @sysconfdir@/bacula-sd.conf
18 echo "Stopping the Bacula Storage daemon: "
27 echo "Usage: $0 {start|stop|restart}"