Revert "Enable jellyfin.service unit on Fedora fresh install"

pull/4574/head
Joshua M. Boniface 4 years ago committed by GitHub
parent 9534f55eb0
commit 922b02733b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,10 +127,6 @@ if [ $1 -gt 1 ] ; then
if [ "${service_state}" = "active" ]; then
systemctl start jellyfin.service
fi
if [ $1 -eq 1 ]; then
# On fresh install only, enable the jellyfin.service unit
systemctl enable --now jellyfin.service
fi
fi
%systemd_post jellyfin.service

Loading…
Cancel
Save