summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2022-02-27 11:57:52 +0100
committerIngar <ingar@telenet.be>2022-02-27 11:57:52 +0100
commitec67080ce93e16fa838a83cc3968bbbe3bc6d485 (patch)
tree88beb9312a6c34712e3b9b18d0d96726ce4a8996 /systemd
parent7902738ef38e30c5275feee2fec78d3c39ff7c93 (diff)
Preparing the repository to hold all charmpi tools.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/led-boot.service10
-rw-r--r--systemd/led-ready.service10
2 files changed, 0 insertions, 20 deletions
diff --git a/systemd/led-boot.service b/systemd/led-boot.service
deleted file mode 100644
index 2414c8f..0000000
--- a/systemd/led-boot.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[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
diff --git a/systemd/led-ready.service b/systemd/led-ready.service
deleted file mode 100644
index 1dc62e9..0000000
--- a/systemd/led-ready.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=ledctl indicate ready status
-After=multi-user.target
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/ledctl ready
-
-[Install]
-WantedBy=graphical.target