archrelease: copy trunk to community-any
[ArchLinux/community.git] / emby-server / trunk / emby-server.service
blob18f36d5cd2a8dc19ecd14f6aa58a7a5ee18417f5
1 [Unit]
2 Description=Emby brings together your videos, music, photos, and live television.
3 After=network.target
5 [Service]
6 User=emby
7 Group=emby
8 SupplementaryGroups=render
9 SupplementaryGroups=video
10 DynamicUser=true
11 StateDirectory=emby
12 ReadWritePaths=-/dev/dri
14 EnvironmentFile=/etc/conf.d/emby-server
15 ExecStart=/usr/bin/emby-server
16 RestartForceExitStatus=3
18 AmbientCapabilities=
19 CapabilityBoundingSet=
20 LockPersonality=true
21 ProtectControlGroups=true
22 ProtectKernelModules=true
23 ProtectKernelTunables=true
25 [Install]
26 WantedBy=multi-user.target