blob: 07fc163a2ad747d5bd49ea2e72a61035319412cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=ledctl to indicate shut down status.
DefaultDependencies=no
[Service]
Type=simple
ExecStart=/usr/bin/ledctl off
[Install]
WantedBy=halt.target shutdown.target
|