add missing src
This commit is contained in:
14
burp.service
Normal file
14
burp.service
Normal 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
|
||||
Reference in New Issue
Block a user