From 03eadbbf6deb1b98c5879f053d5c3ccf93f348c3 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Mon, 18 Sep 2023 17:22:54 +0800 Subject: [PATCH] d --- debbuild/DEBIAN/postinst | 5 +++++ 1 file changed, 5 insertions(+) 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