summarylogtreecommitdiffstats
path: root/jellyfin.service
blob: ec2e0fbd43f95d91b392f6c02d5065278771d2a6 (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/lib/jellyfin/bin/jellyfin --datadir ${JELLYFIN_DATA_DIRECTORY} --cachedir ${JELLYFIN_CACHE_DIRECTORY} ${JELLYFIN_ADD_OPTS}
Restart=on-abort
TimeoutSec=20

[Install]
WantedBy=multi-user.target