|
@@ -127,6 +127,9 @@ if [ $1 -gt 1 ] ; then
|
|
if [ "${service_state}" = "active" ]; then
|
|
if [ "${service_state}" = "active" ]; then
|
|
systemctl start jellyfin.service
|
|
systemctl start jellyfin.service
|
|
fi
|
|
fi
|
|
|
|
+ if [ "${service_state}" != "active" ]; then
|
|
|
|
+ systemctl enable jellyfin.service
|
|
|
|
+ fi
|
|
fi
|
|
fi
|
|
%systemd_post jellyfin.service
|
|
%systemd_post jellyfin.service
|
|
|
|
|