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