2
0

jellyfin.service 370 B

1234567891011121314
  1. [Unit]
  2. Description = Jellyfin Media Server
  3. After = network.target
  4. [Service]
  5. Type = simple
  6. EnvironmentFile = /etc/default/jellyfin
  7. User = jellyfin
  8. ExecStart = /usr/bin/jellyfin ${JELLYFIN_WEB_OPT} ${JELLYFIN_RESTART_OPT} ${JELLYFIN_FFMPEG_OPT} ${JELLYFIN_SERVICE_OPT} ${JELLYFIN_NOWEBAPP_OPT}
  9. Restart = on-failure
  10. TimeoutSec = 15
  11. [Install]
  12. WantedBy = multi-user.target