mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 18:54:26 -04:00
parent
471ebec16a
commit
e13cfe095f
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -83,7 +83,7 @@ fi
|
|||||||
# End automatically added section
|
# End automatically added section
|
||||||
# Automatically added by dh_installinit
|
# Automatically added by dh_installinit
|
||||||
if [[ "$1" == "configure" ]] || [[ "$1" == "abort-upgrade" ]]; then
|
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
|
systemctl --system daemon-reload >/dev/null || true
|
||||||
deb-systemd-invoke start jellyfin >/dev/null || true
|
deb-systemd-invoke start jellyfin >/dev/null || true
|
||||||
elif [[ -x "/etc/init.d/jellyfin" ]] || [[ -e "/etc/init/jellyfin.conf" ]]; then
|
elif [[ -x "/etc/init.d/jellyfin" ]] || [[ -e "/etc/init/jellyfin.conf" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user