remove systemd user daemon-reload from postinst.sh

This commit is contained in:
dandersch
2025-05-23 23:00:45 +02:00
committed by GitHub
parent 0581a9e680
commit 45e1707d3b

View File

@@ -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