diff options
Diffstat (limited to 'media-tv/jellyfin/files/jellyfin.service')
-rw-r--r-- | media-tv/jellyfin/files/jellyfin.service | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-tv/jellyfin/files/jellyfin.service b/media-tv/jellyfin/files/jellyfin.service deleted file mode 100644 index 9a147f4..0000000 --- a/media-tv/jellyfin/files/jellyfin.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description = Jellyfin Media Server -After = network.target - -[Service] -Type = simple -User = jellyfin -ExecStart = /usr/bin/jellyfin ${JELLYFIN_SERVICE_OPT} ${JELLYFIN_NOWEBAPP_OPT} ${JELLYFIN_ADD_OPTS} -Restart = on-failure -TimeoutSec = 15 - -[Install] -WantedBy = multi-user.target |