summarylogtreecommitdiffstats
path: root/bacula-sd.service
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-09-18 19:51:24 +0200
committerMarcin Wieczorek2016-09-18 19:51:24 +0200
commitd39c7eaa6a23c456cf3236c0bf70ec4ef9ffda3c (patch)
treee7b6aa3b0d68891db5b456360e2014df01042e27 /bacula-sd.service
parent68731d14759e1c9e1131b1c6d37c110660de91d7 (diff)
downloadaur-d39c7eaa6a23c456cf3236c0bf70ec4ef9ffda3c.tar.gz
Release 7.4.3-1
Diffstat (limited to 'bacula-sd.service')
-rw-r--r--bacula-sd.service18
1 files changed, 18 insertions, 0 deletions
diff --git a/bacula-sd.service b/bacula-sd.service
new file mode 100644
index 000000000000..45f473815dd4
--- /dev/null
+++ b/bacula-sd.service
@@ -0,0 +1,18 @@
+#
+# Bacula Storage Daemon service
+#
+
+[Unit]
+Description=Bacula Storage Daemon
+Requires=network.target
+After=network.target remote-fs.target syslog.target
+
+[Service]
+Type=forking
+Restart=always
+PIDFile=/run/bacula-sd.9103.pid
+# EnvironmentFile=-/etc/sysconfig/bacula-sd
+ExecStart=/usr/bin/bacula-sd -c /etc/bacula/bacula-sd.conf
+
+[Install]
+WantedBy=multi-user.target