mirror of
https://github.com/miskcoo/ugreen_dx4600_leds_controller.git
synced 2025-07-23 12:23:09 +02:00
Some checks failed
Build kernel module for TrueNAS / build-and-run (push) Has been cancelled
* move systemd scripts to their own subfolder * move probe-leds to its own oneshot service * README improvements
12 lines
277 B
Desktop File
12 lines
277 B
Desktop File
[Unit]
|
|
Description=UGREEN LEDs daemon for monitoring netio (of %i) and blinking corresponding LEDs
|
|
After=ugreen-probe-leds.service
|
|
Requires=ugreen-probe-leds.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/ugreen-netdevmon %i
|
|
StandardOutput=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|