summaryrefslogtreecommitdiff
path: root/app-backup/burp/files/burp.service
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/burp/files/burp.service')
-rw-r--r--app-backup/burp/files/burp.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-backup/burp/files/burp.service b/app-backup/burp/files/burp.service
new file mode 100644
index 000000000000..121753629607
--- /dev/null
+++ b/app-backup/burp/files/burp.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=BackUp and Restore Program server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/sbin/burp -F -c /etc/burp/burp-server.conf
+
+[Install]
+WantedBy=multi-user.target