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

[Service]
User=jellyfin
ExecStart=/usr/bin/dotnet /usr/lib/jellyfin/bin/EmbyServer.dll
Restart=on-abort
TimeoutSec=20

[Install]
WantedBy=multi-user.target