Files
nordvpn-gui/daemon_restart.install

8 lines
105 B
Plaintext

postinstall(){
systemctl restart nordvpnd.service
}
postupdate() {
systemctl restart nordvpnd.service
}