summarylogtreecommitdiffstats
path: root/burp-server.service
diff options
context:
space:
mode:
Diffstat (limited to 'burp-server.service')
-rw-r--r--burp-server.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/burp-server.service b/burp-server.service
new file mode 100644
index 000000000000..adf8a51ecddb
--- /dev/null
+++ b/burp-server.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Burp backup and restore server.
+
+[Service]
+User=root
+Type=forking
+KillMode=process
+ExecStart=/usr/sbin/burp -c /etc/burp/burp-server.conf
+
+[Install]
+WantedBy=multi-user.target