systemctl

All posts tagged systemctl

If you install a new OpenVPN config with specific namign (i.e work, home, etc) in /etc/openvpn. OpenVPN service will not enable them by default, even if you add it to the /etc/default/openvpn file, you have to enable especifically the setup you want. If you check which are the vpn services you will see: [root@dataBananaBerry:/etc/systemd/system]# systemctl |grep -i vpn openvpn.service loaded active exited OpenVPN service   But you have one setup added in openvpn folder: [root@dataBananaBerry:/root]# Read more...