blob: 9a147f481c0c89ec1697274e6f514a622f56a762 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description = Jellyfin Media Server
After = network.target
[Service]
Type = simple
User = jellyfin
ExecStart = /usr/bin/jellyfin ${JELLYFIN_SERVICE_OPT} ${JELLYFIN_NOWEBAPP_OPT} ${JELLYFIN_ADD_OPTS}
Restart = on-failure
TimeoutSec = 15
[Install]
WantedBy = multi-user.target
|