mirror of
https://github.com/miskcoo/ugreen_dx4600_leds_controller.git
synced 2025-07-23 20:30:46 +02:00
* Run ugreen-diskiomon.service after kernel modules are loaded * Run ugreen-netdevmon@.service after kernel module is loaded
14 lines
324 B
Desktop File
14 lines
324 B
Desktop File
[Unit]
|
|
Description=UGREEN LEDs daemon for monitoring netio (of %i) and blinking corresponding LEDs
|
|
After=systemd-modules-load.service
|
|
Requires=systemd-modules-load.service
|
|
|
|
[Service]
|
|
ExecStartPre=/usr/bin/ugreen-probe-leds
|
|
ExecStart=/usr/bin/ugreen-netdevmon %i
|
|
StandardOutput=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|