From 45e1707d3bb4498b31230b5921e206bd3ba71a37 Mon Sep 17 00:00:00 2001 From: dandersch <59270379+dandersch@users.noreply.github.com> Date: Fri, 23 May 2025 23:00:45 +0200 Subject: [PATCH] remove systemd user daemon-reload from postinst.sh --- scripts/postinst.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/postinst.sh b/scripts/postinst.sh index 0cf80d10..6e706205 100755 --- a/scripts/postinst.sh +++ b/scripts/postinst.sh @@ -24,7 +24,6 @@ if [ "$1" = "configure" ] || [ "$1" -ge 1 ]; then # Restart services systemctl --system daemon-reload >/dev/null || true - systemctl --user daemon-reload >/dev/null || true if systemctl is-active -q ntfy.service; then echo "Restarting ntfy.service ..." if [ -x /usr/bin/deb-systemd-invoke ]; then