소스 검색

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

Joshua M. Boniface 4 년 전
부모
커밋
922b02733b
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      fedora/jellyfin.spec

+ 0 - 4
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