summarylogtreecommitdiffstats
path: root/jellyfin.service
blob: c929d2346a8ce4ae82fc5dbd5d8de2c2f49a5453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Jellyfin Media Server
After=network.target

[Service]
User=jellyfin
EnvironmentFile=/etc/conf.d/jellyfin
ExecStart=/usr/bin/dotnet /usr/lib/jellyfin/jellyfin.dll -programdata ${JELLYFIN_DATA} ${JELLYFIN_ADD_OPTS}
Restart=on-abort
TimeoutSec=20

[Install]
WantedBy=multi-user.target