diff options
Diffstat (limited to 'systemd')
| -rw-r--r-- | systemd/led-boot.service | 2 | ||||
| -rw-r--r-- | systemd/led-ready.service | 2 | ||||
| -rw-r--r-- | systemd/led-reboot.service | 10 |
3 files changed, 2 insertions, 12 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] diff --git a/systemd/led-ready.service b/systemd/led-ready.service index 79544ed..1dc62e9 100644 --- a/systemd/led-ready.service +++ b/systemd/led-ready.service @@ -3,7 +3,7 @@ Description=ledctl indicate ready status After=multi-user.target [Service] -Type=simple +Type=oneshot ExecStart=/usr/bin/ledctl ready [Install] diff --git a/systemd/led-reboot.service b/systemd/led-reboot.service deleted file mode 100644 index 4214d9c..0000000 --- a/systemd/led-reboot.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=ledctl to indicate reboot in progress status. -DefaultDependencies=no - -[Service] -Type=simple -ExecStart=/usr/bin/ledctl boot - -[Install] -WantedBy=reboot.target |
