mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
15 lines
293 B
Bash
15 lines
293 B
Bash
[Unit]
|
|
Description=Hyperion ambient light systemd service
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/hyperiond /etc/hyperion/hyperion.config.json
|
|
WorkingDirectory=/usr/share/hyperion/bin
|
|
TimeoutStopSec=5
|
|
KillMode=mixed
|
|
Restart=always
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|