Adding custom systemd unit
This commit is contained in:
parent
1fc5118d37
commit
71932ec16b
2 changed files with 21 additions and 5 deletions
11
vpn-unlimited/vpn-unlimited-daemon.service
Normal file
11
vpn-unlimited/vpn-unlimited-daemon.service
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=VPN Unlimited daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
PIDFile=/var/run/vpn-unlimited-daemon.pid
|
||||
ExecStart=/usr/bin/vpn-unlimited-daemon
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in a new issue