summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2022-02-13 22:03:26 +0100
committerIngar <ingar@telenet.be>2022-02-13 22:03:26 +0100
commit7902738ef38e30c5275feee2fec78d3c39ff7c93 (patch)
tree9361a5ad4566d813c6fc1b60c20f7061e9cc066a /systemd
parent86134b6fadad9c5c15277dbdb15044a1ae5c4a73 (diff)
Removed deleted file.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/led-shutdown.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/systemd/led-shutdown.service b/systemd/led-shutdown.service
deleted file mode 100644
index 07fc163..0000000
--- a/systemd/led-shutdown.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=ledctl to indicate shut down status.
-DefaultDependencies=no
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/ledctl off
-
-[Install]
-WantedBy=halt.target shutdown.target
-