archrelease: copy trunk to community-any
[ArchLinux/community.git] / hyperion / trunk / hyperiond.service
blob3c971e37c19e048c62ed5de128f42cbd8b9c6435
1 [Unit]
2 Description=Hyperiond Systemd service
4 [Service]
5 Type=simple
6 User=hyperion
7 Group=hyperion
8 ExecStart=/usr/bin/hyperiond /etc/hyperion/hyperion.config.json
9 ExecReload=/bin/kill -HUP $MAINPID
10 Restart=on-failure
11 TimeoutStopSec=10
13 [Install]
14 WantedBy=multi-user.target