summaryrefslogtreecommitdiff
path: root/app-backup/burp/files/burp.service
blob: 5a40b5e3678191bf81fc93974489ecfe442bf9ac (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=BackUp and Restore Program server
After=network.target

[Service]
Type=simple
PIDFile=/run/burp/burp.server.pid
ExecStart=/usr/sbin/burp -F -c /etc/burp/burp-server.conf

[Install]
WantedBy=multi-user.target