diff options
| author | Ingar <ingar@telenet.be> | 2022-02-13 16:13:10 +0100 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2022-02-13 16:13:10 +0100 |
| commit | be011ccff1c55d6d07a1d2259165c5a9ac75f9fa (patch) | |
| tree | 8b26e73fc1b05ab41cd501efd238690f1e656d07 /systemd/led-boot.service | |
| parent | f886626e84b99eacda30baf8ce3e2827e8bb6cc7 (diff) | |
Fixed systemd boot status handling.
Diffstat (limited to 'systemd/led-boot.service')
| -rw-r--r-- | systemd/led-boot.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/led-boot.service b/systemd/led-boot.service index 5112f8b..2414c8f 100644 --- a/systemd/led-boot.service +++ b/systemd/led-boot.service @@ -3,7 +3,7 @@ Description=ledctl to indicate boot in progress status. After=local-fs.target [Service] -Type=simple +Type=oneshot ExecStart=/usr/bin/ledctl boot [Install] |
