mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
2a77f6f012
Signed-off-by: Paulchen-Panther <Paulchen--Panter@gmx.net>
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
[Unit]
|
|
Description=Hyperion ambient light systemd service for user %i
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/hyperiond
|
|
WorkingDirectory=/usr/share/hyperion/bin
|
|
User=%i
|
|
TimeoutStopSec=5
|
|
KillMode=mixed
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|