blob: 2414c8f053e38649aaa6bb4c15ef02a29b02dc19 (
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=oneshot
ExecStart=/usr/bin/ledctl boot
[Install]
WantedBy=multi-user.target
|