hyperion.ng/bin/service/hyperion.systemd

15 lines
293 B
Plaintext
Raw Normal View History

[Unit]
Description=Hyperion ambient light systemd service
After=network.target
[Service]
ExecStart=/usr/bin/hyperiond /etc/hyperion/hyperion.config.json
2016-12-23 19:41:50 +01:00
WorkingDirectory=/usr/share/hyperion/bin
TimeoutStopSec=5
KillMode=mixed
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target