add install file to restart daemon after update to avoid most daemon incompatible errors

This commit is contained in:
username227
2025-06-27 15:48:22 -04:00
parent 66a435f2a8
commit b3b8eea6d0
3 changed files with 17 additions and 4 deletions

7
daemon_restart.install Normal file
View File

@@ -0,0 +1,7 @@
postinstall(){
systemctl restart nordvpnd.service
}
postupdate() {
systemctl restart nordvpnd.service
}