Is there a proper way to shutdown netclient in dae...
# client
f
Is there a proper way to shutdown netclient in daemon mode?
b
Depends what you mean by shutdown.
systemctl stop netclient
will stop the daemon. The wg interface(s) will remain active
f
I'm running netclient with
netclient daemon &
So I just wonder if there's any command to shut it down, or I need to kill it. As I want to update the netclient binary to 0.14.3 😄
b
fg and Ctrl-c or kill it
f
Alright, thanks 🙂
5 Views