hyperion.ng/bin/service/hyperion.systemd.sh
brindosch afb7efaa94 update service
Former-commit-id: cf849922ce2b4ce89b97475e5ff246d6d929998a
2016-06-10 18:28:26 +02:00

16 lines
273 B
Bash

[Unit]
Description=Hyperion Systemd service
[Service]
Type=simple
User=root
Group=root
UMask=007
ExecStart=/usr/bin/hyperiond /etc/hyperion/hyperion.config.json
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
TimeoutStopSec=10
[Install]
WantedBy=multi-user.target