3 # bacula This shell script takes care of starting and stopping
4 # the bacula File 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 File daemon: "
15 @sbindir@/bacula-fd $2 -c @sysconfdir@/bacula-fd.conf
18 echo "Stopping the Bacula File daemon: "
27 echo "Usage: $0 {start|stop|restart}"