summarylogtreecommitdiffstats
path: root/emby-server.service
blob: 85e4617edf3f39c13b8e12e0b251df422085ae3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Emby brings together your videos, music, photos, and live television.

[Service]
EnvironmentFile=/etc/conf.d/emby-server
WorkingDirectory=/usr/lib/emby-server
ExecStart=/usr/bin/emby-server
User=emby
Group=emby
Restart=on-abnormal

[Unit]
After=network.target

[Install]
WantedBy=multi-user.target