From e13cfe095ffaa588d3fb3a85efdbcd72592bf6ed Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 19 Dec 2022 09:31:53 -0500 Subject: [PATCH] Correct systemd dynamic directory Fixes #8921 --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 2f9c4cffbf..47173855f7 100644 --- a/debian/postinst +++ b/debian/postinst @@ -83,7 +83,7 @@ fi # End automatically added section # Automatically added by dh_installinit if [[ "$1" == "configure" ]] || [[ "$1" == "abort-upgrade" ]]; then - if [[ -d "/run/systemd/systemd" ]]; then + if [[ -d "/run/systemd/system" ]]; then systemctl --system daemon-reload >/dev/null || true deb-systemd-invoke start jellyfin >/dev/null || true elif [[ -x "/etc/init.d/jellyfin" ]] || [[ -e "/etc/init/jellyfin.conf" ]]; then