Adding custom systemd unit

This commit is contained in:
tengel 2024-03-20 08:41:22 -05:00
parent 1fc5118d37
commit 71932ec16b
2 changed files with 21 additions and 5 deletions

View 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