aboutsummaryrefslogtreecommitdiff
path: root/deployment/debian-package-x64/pkg-src/jellyfin.service
blob: 1305e238b081595f056ec4d60aea3b617dbbf797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description = Jellyfin Media Server
After = network.target

[Service]
Type = simple
EnvironmentFile = /etc/default/jellyfin
User = jellyfin
ExecStart = /usr/bin/jellyfin ${JELLYFIN_RESTART_OPT} ${JELLYFIN_FFMPEG_OPT} ${JELLYFIN_SERVICE_OPT} ${JELLYFIN_NOWEBAPP_OPT}
Restart = on-failure
TimeoutSec = 15

[Install]
WantedBy = multi-user.target