From 7afb2bf3af3ac8cf8254be99906c2d40e04728bd Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Thu, 11 Jan 2024 17:23:25 +0800 Subject: [PATCH] fix:... --- debbuild/22.04/DEBIAN/postinst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/debbuild/22.04/DEBIAN/postinst b/debbuild/22.04/DEBIAN/postinst index 8dac641..8d704bf 100644 --- a/debbuild/22.04/DEBIAN/postinst +++ b/debbuild/22.04/DEBIAN/postinst @@ -83,16 +83,16 @@ systemctl enable sshsvc.service systemctl enable captrace.service systemctl enable adb.service systemctl daemon-reload -sudo systemctl stop nginx.service -sudo systemctl stop restagent.service -sudo systemctl stop crontask.service -sudo systemctl stop sshsvc.service -sudo systemctl stop captrace.service -sudo systemctl stop adb.service -sudo systemctl start nginx.service -sudo systemctl start adb.service -sudo systemctl start crontask.service -sudo systemctl start sshsvc.service -sudo systemctl start captrace.service -sudo systemctl start restagent.service +#sudo systemctl stop nginx.service +#sudo systemctl stop restagent.service +#sudo systemctl stop crontask.service +#sudo systemctl stop sshsvc.service +#sudo systemctl stop captrace.service +#sudo systemctl stop adb.service +sudo systemctl restart nginx.service +sudo systemctl restart adb.service +sudo systemctl restart crontask.service +sudo systemctl restart sshsvc.service +sudo systemctl restart captrace.service +sudo systemctl restart restagent.service