From 922b02733b1e1e6b66226912b8c0a9e25b773732 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 24 Nov 2020 17:25:50 -0500 Subject: [PATCH] Revert "Enable jellyfin.service unit on Fedora fresh install" --- fedora/jellyfin.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fedora/jellyfin.spec b/fedora/jellyfin.spec index 0ab1e410a4..197126ee56 100644 --- a/fedora/jellyfin.spec +++ b/fedora/jellyfin.spec @@ -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