ar9271-blinker.service 330 B

1234567891011121314
  1. # This is a mostly empty service, but allows commands like stop, start, reload
  2. # to propagate to all ar9271-blinker@ service instances.
  3. [Unit]
  4. Description=blink the led on the ath9k_htc usb 802.11n adapter
  5. [Service]
  6. Type=oneshot
  7. RemainAfterExit=yes
  8. ExecStart=/bin/true
  9. ExecReload=/bin/true
  10. [Install]
  11. WantedBy=multi-user.target