jellyfin.service 451 B

1234567891011121314151617
  1. [Unit]
  2. Description = Jellyfin Media Server
  3. After = network-online.target
  4. [Service]
  5. Type = simple
  6. EnvironmentFile = /etc/sysconfig/jellyfin
  7. User = jellyfin
  8. Group = jellyfin
  9. WorkingDirectory = /var/lib/jellyfin
  10. ExecStart = /usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS
  11. Restart = on-failure
  12. TimeoutSec = 15
  13. SuccessExitStatus=0 143
  14. [Install]
  15. WantedBy = multi-user.target