11 lines
162 B
Desktop File
11 lines
162 B
Desktop File
[Unit]
|
|
Description=Flash the LED
|
|
Before=getty@tty1.service
|
|
|
|
[Service]
|
|
ExecStart=/etc/init.d/leds.sh r timer fast
|
|
Type=oneshot
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|