We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

comparison media-tv/emby-server/files/3.4/emby-server.service @ 219:69bf0e308425

added ebuild for emby-server-3.4.1.0 and introduced systemd support
author gsnerf <gsnerf@gsnerf.de>
date Sun, 11 Nov 2018 15:08:42 +0100
parents
children
comparison
equal deleted inserted replaced
218:68f19d4c4a2e 219:69bf0e308425
1 [Unit]
2 Description=Emby Server is a personal media server with apps on just about every device.
3 After=network.target
4
5 [Service]
6 Environment="PROGRAMDATA=/var/lib/emby-server"
7 WorkingDirectory=/opt/emby-server
8 ExecStart=/opt/emby-server/emby-server
9 RestartForceExitStatus=3
10 User=emby
11
12 [Install]
13 WantedBy=multi-user.target