File jellyfin.service of Package jellyfin-server-bin
[Unit] Description=Jellyfin Media Server After=network.target [Service] EnvironmentFile=/etc/jellyfin.conf ExecStart=/opt/jellyfin/jellyfin -d ${JELLYFIN_DATA_DIR} -C ${JELLYFIN_CACHE_DIR} -c ${JELLYFIN_CONFIG_DIR} -l ${JELLYFIN_LOG_DIR} Restart=on-abort TimeoutSec=20 [Install] WantedBy=multi-user.target