# For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
#
+### BEGIN INIT INFO
+# Provides: bacula-dir
+# Required-Start: $local_fs $remote_fs $network $time
+# Required-Stop: $local_fs $remote_fs $network $time
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Bacula Director
+# Description: Bacula is a network backup and restore program
+### END INIT INFO
+
+
NAME="bacula-dir"
DESC="Bacula Director"
DAEMON=@sbindir@/${NAME}
# For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
#
+### BEGIN INIT INFO
+# Provides: bacula-fd
+# Required-Start: $local_fs $remote_fs $network $time
+# Required-Stop: $local_fs $remote_fs $network $time
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Bacula File Daemon
+# Description: Bacula is a network backup and restore program
+### END INIT INFO
+
+
NAME="bacula-fd"
DESC="Bacula File Daemon"
DAEMON=@sbindir@/${NAME}
# For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
#
+### BEGIN INIT INFO
+# Provides: bacula-sdr
+# Required-Start: $local_fs $remote_fs $network $time
+# Required-Stop: $local_fs $remote_fs $network $time
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Bacula Storage Daemon
+# Description: Bacula is a network backup and restore program
+### END INIT INFO
+
+
NAME="bacula-sd"
DESC="Bacula Storage Daemon"
DAEMON=@sbindir@/${NAME}