diff options
| author | Ingar <ingar@telenet.be> | 2022-02-27 11:57:52 +0100 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2022-02-27 11:57:52 +0100 |
| commit | ec67080ce93e16fa838a83cc3968bbbe3bc6d485 (patch) | |
| tree | 88beb9312a6c34712e3b9b18d0d96726ce4a8996 /ledctl/systemd/led-boot.service | |
| parent | 7902738ef38e30c5275feee2fec78d3c39ff7c93 (diff) | |
Preparing the repository to hold all charmpi tools.
Diffstat (limited to 'ledctl/systemd/led-boot.service')
| -rw-r--r-- | ledctl/systemd/led-boot.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ledctl/systemd/led-boot.service b/ledctl/systemd/led-boot.service new file mode 100644 index 0000000..2414c8f --- /dev/null +++ b/ledctl/systemd/led-boot.service @@ -0,0 +1,10 @@ +[Unit] +Description=ledctl to indicate boot in progress status. +After=local-fs.target + +[Service] +Type=oneshot +ExecStart=/usr/bin/ledctl boot + +[Install] +WantedBy=multi-user.target |
