summarylogtreecommitdiffstats
path: root/nordvpnd.initd
blob: 0716b8bf6157f194c077b8d3be75f99cd5e3128f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run

pidfile="/var/run/nordvpn.pid"
command="/usr/sbin/nordvpnd"
retry="SIGTERM/5/SIGTERM/5/SIGKILL/5"
start_stop_daemon_args="-b -m --pidfile ${pidfile}"
command_background=true

depend() {
    use logger net
    provide dns
}