diff options
| -rw-r--r-- | fedora/jellyfin.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/jellyfin.spec b/fedora/jellyfin.spec index 82ff947b3..4f4a30187 100644 --- a/fedora/jellyfin.spec +++ b/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 |
