You are not logged in.
Pages: 1
I have
order += "run_watch VPN"in my i3status configuration. And
run_watch VPN {
pidfile = "/var/run/vpnc/pid"
}I'm using nordvpn, and there is no pid file in that directory. Can you help me to watch nordvpn there?
Offline
Read the service file and see where it is actually writing the PID file, and then use that path.
Offline
Read the service file and see where it is actually writing the PID file, and then use that path.
I search on internet and the default conf says nothing. I tried to find it with
locate "*.pid", but there is no PID file.
Offline
Pages: 1