diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-11-22 17:01:13 -0500 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-11-22 17:01:13 -0500 |
| commit | 5f135a4b469a1e8dbbc0e8dcfdb1d61496a81fb5 (patch) | |
| tree | c427d884ef5d7ac704e747f00ad7289eea9d6c87 | |
| parent | be4e485bd30f19811392ee1ddcc58df2d3f26504 (diff) | |
Use --now to the enable to start too
| -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 82ff947b3f..4f4a301876 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 |
