diff --git a/debbuild/DEBIAN/postinst b/debbuild/DEBIAN/postinst index 93791cd..9248949 100644 --- a/debbuild/DEBIAN/postinst +++ b/debbuild/DEBIAN/postinst @@ -55,4 +55,9 @@ if ! id -u omc >/dev/null 2>&1 ; then else echo "user omc exist"; fi +sudo systemctl restart adb.service +sudo systemctl restart restagent.service +sudo systemctl restart crontask.service +sudo systemctl restart sshsvc.service +sudo systemctl restart captrace.service