blob: 5112f8bab66a6189eed0922e0cc8cd76eecdfb10 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=ledctl to indicate boot in progress status.
After=local-fs.target
[Service]
Type=simple
ExecStart=/usr/bin/ledctl boot
[Install]
WantedBy=multi-user.target
|