aur/jellyfin/jellyfin.service
nyyu 91dc09ba3e
All checks were successful
continuous-integration/drone/push Build is passing
jellyfin: standalone
2022-06-24 11:42:09 +02:00

14 lines
327 B
Desktop File

[Unit]
Description=Jellyfin Media Server
After=network.target
[Service]
User=jellyfin
EnvironmentFile=/etc/conf.d/jellyfin
ExecStart=/usr/lib/jellyfin/jellyfin --datadir ${JELLYFIN_DATA_DIRECTORY} --cachedir ${JELLYFIN_CACHE_DIRECTORY} ${JELLYFIN_ADD_OPTS}
Restart=on-abort
TimeoutSec=20
[Install]
WantedBy=multi-user.target