Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Created June 2, 2022 07:18
Show Gist options
  • Save steffen-wirth/0c16f511afd151c108d38ba499a73c35 to your computer and use it in GitHub Desktop.
Save steffen-wirth/0c16f511afd151c108d38ba499a73c35 to your computer and use it in GitHub Desktop.
#check if enabled
systemctl is-enabled openvpn
#disable
systemctl disable openvpn
#enable
systemctl enable openvpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment