blob: 4214d9cc9b6f3df72ce1c5725d07c280f32ff0e3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=ledctl to indicate reboot in progress status.
DefaultDependencies=no
[Service]
Type=simple
ExecStart=/usr/bin/ledctl boot
[Install]
WantedBy=reboot.target
|