Merge pull request #4574 from jellyfin/revert-4553-enable-service-on-fedora

Revert "Enable jellyfin.service unit on Fedora fresh install"
This commit is contained in:
Bond-009 2020-11-25 14:08:18 +01:00 committed by GitHub
commit 3d6920ae40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

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