summarylogtreecommitdiffstats
path: root/emby-server.service
blob: 98f79fad7cab62ebd712630756aeb22a898f8fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Media Browser Server is a home media server built using other popular open source technologies.

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

[Unit]
After=network.target

[Install]
WantedBy=multi-user.target