summarylogtreecommitdiffstats
path: root/emby-server.service
blob: aaf35b161a4d83d5b1521f44988e45613947a4d1 (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=always

[Unit]
After=network.target

[Install]
WantedBy=multi-user.target