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