aboutsummaryrefslogtreecommitdiff
path: root/systemd/system/lightsout.service
blob: bf7ccd31c48e14881c90f499f09f2082660398bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description = turn the led off as a service.
After = sysinit.target
 
[Service]
Type = oneshot
ExecStart= /usr/local/merlot/bin/lightsout.sh
User = root
Group = root
# Restart = on-failure
SyslogIdentifier = lightsout
RestartSec = 5
TimeoutStartSec = infinity

[Install]
WantedBy = sysinit.target