File openvpn3.install of Package openvpn3
post_install() {
openvpn3-admin init-config --write-configs
systemctl reload dbus
}
post_upgrade() {
openvpn3-admin init-config --write-configs
systemctl reload dbus
systemctl restart net.openvpn.v3.netcfg.slice
}