blob: e44ccc3af8035a12e4981086f50fd4646104f1dc (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
}
|