From b6bce352a233f94cacce125fa2446b9fefc72973 Mon Sep 17 00:00:00 2001 From: peri4 Date: Tue, 3 Aug 2021 05:58:04 +0300 Subject: [PATCH] debian service --- utils/cloud_dispatcher/debian-service/DEBIAN/postrm | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/cloud_dispatcher/debian-service/DEBIAN/postrm b/utils/cloud_dispatcher/debian-service/DEBIAN/postrm index cb5c4099..245e725a 100644 --- a/utils/cloud_dispatcher/debian-service/DEBIAN/postrm +++ b/utils/cloud_dispatcher/debian-service/DEBIAN/postrm @@ -12,9 +12,6 @@ if [ "$action" = "remove" ]; then systemctl disable picloud >/dev/null || true rm /etc/systemd/system/picloud.service systemctl --system daemon-reload >/dev/null || true - if which deluser >/dev/null 2>&1; then - deluser --quiet shs > /dev/null || true - fi fi exit 0