11 lines
219 B
Desktop File
11 lines
219 B
Desktop File
[Unit]
|
|
Description=Enable heartbeat led on Helios64
|
|
After=getty.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=bash -c 'echo heartbeat | tee /sys/class/leds/helios64\\:\\:status/trigger'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|