summaryrefslogtreecommitdiff
path: root/debian/guest-account.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian/guest-account.sh')
-rw-r--r--debian/guest-account.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/guest-account.sh b/debian/guest-account.sh
index e4d768f8..63d3b1f7 100644
--- a/debian/guest-account.sh
+++ b/debian/guest-account.sh
@@ -158,7 +158,7 @@ remove_account ()
# kill all remaining processes
if [ -x /bin/loginctl ] || [ -x /usr/bin/loginctl ]; then
- loginctl terminate-user ${GUEST_USER} >/dev/null || true
+ loginctl kill-user ${GUEST_USER} >/dev/null || true
else
while ps h -u ${GUEST_USER} >/dev/null
do