summarylogtreecommitdiffstats
path: root/daemon_restart.install
blob: 0973327072fadb43863995b36784f85c6f089a1c (plain)
1
2
3
4
5
6
7
postinstall(){
systemctl restart nordvpnd.service
}

postupdate() {
systemctl restart nordvpnd.service
}