add install file to restart daemon after update to avoid most daemon incompatible errors
This commit is contained in:
7
daemon_restart.install
Normal file
7
daemon_restart.install
Normal file
@@ -0,0 +1,7 @@
|
||||
postinstall(){
|
||||
systemctl restart nordvpnd.service
|
||||
}
|
||||
|
||||
postupdate() {
|
||||
systemctl restart nordvpnd.service
|
||||
}
|
||||
Reference in New Issue
Block a user