summaryrefslogtreecommitdiff
path: root/debian/boxbackup-client.service
diff options
context:
space:
mode:
Diffstat (limited to 'debian/boxbackup-client.service')
-rw-r--r--debian/boxbackup-client.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/boxbackup-client.service b/debian/boxbackup-client.service
new file mode 100644
index 00000000..609674e1
--- /dev/null
+++ b/debian/boxbackup-client.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Box Backup Client
+ConditionPathExists=/etc/boxbackup/bbackupd.conf
+Wants=network.target
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/bbackupd -F -c /etc/boxbackup/bbackupd.conf
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=multi-user.target