diff options
Diffstat (limited to 'systemd/led-reboot.service')
| -rw-r--r-- | systemd/led-reboot.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/systemd/led-reboot.service b/systemd/led-reboot.service new file mode 100644 index 0000000..4214d9c --- /dev/null +++ b/systemd/led-reboot.service @@ -0,0 +1,10 @@ +[Unit] +Description=ledctl to indicate reboot in progress status. +DefaultDependencies=no + +[Service] +Type=simple +ExecStart=/usr/bin/ledctl boot + +[Install] +WantedBy=reboot.target |
