add missing src

This commit is contained in:
2025-09-08 12:36:50 +02:00
parent 211882170b
commit 4feda3149a
3 changed files with 22 additions and 36 deletions

14
burp.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=Burp Backup Server
Documentation=man:burp(1)
After=network.target nss-lookup.target syslog.target local-fs.target remote-fs.target
[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/burp-server
Environment=CONFIG=/etc/burp/burp-server.conf
ExecStart=/usr/sbin/burp -c $CONFIG
Restart=on-failure
[Install]
WantedBy=multi-user.target