Browse Source

Use --now to the enable to start too

Joshua M. Boniface 4 years ago
parent
commit
5f135a4b46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fedora/jellyfin.spec

+ 1 - 1
fedora/jellyfin.spec

@@ -129,7 +129,7 @@ if [ $1 -gt 1 ] ; then
     fi
     if [ $1 -eq 1 ]; then
         # On fresh install only, enable the jellyfin.service unit
-        systemctl enable jellyfin.service
+        systemctl enable --now jellyfin.service
     fi
 fi
 %systemd_post jellyfin.service