summarylogtreecommitdiffstats
path: root/hyperion.systemd
blob: fd4c055621076f905af8a428140fe0d2cb00f962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Hyperion ambient light systemd service
After=network.target

[Service]
ExecStart=/usr/bin/hyperiond hyperion.config.json --rootPath /etc/hyperion/
WorkingDirectory=/usr/share/hyperion
TimeoutStopSec=5
KillMode=mixed
Restart=always
RestartSec=2
StartLimitInterval=7

[Install]
WantedBy=multi-user.target