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

view 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
line wrap: on
line source

[Unit]
Description=Emby Server is a personal media server with apps on just about every device.
After=network.target

[Service]
Environment="PROGRAMDATA=/var/lib/emby-server"
WorkingDirectory=/opt/emby-server
ExecStart=/opt/emby-server/emby-server
RestartForceExitStatus=3
User=emby

[Install]
WantedBy=multi-user.target