mirror of
https://github.com/miskcoo/ugreen_dx4600_leds_controller.git
synced 2025-07-23 04:13:04 +02:00
Adjust systemd units to wait for kernel modules to be loaded (#23)
* Run ugreen-diskiomon.service after kernel modules are loaded * Run ugreen-netdevmon@.service after kernel module is loaded
This commit is contained in:
committed by
GitHub
parent
db8e771d0c
commit
0facdf2a6f
@@ -1,5 +1,7 @@
|
||||
[Unit]
|
||||
Description=UGREEN LEDs daemon for monitoring diskio and blinking corresponding LEDs
|
||||
After=systemd-modules-load.service
|
||||
Requires=systemd-modules-load.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/usr/bin/ugreen-probe-leds
|
||||
|
@@ -1,5 +1,7 @@
|
||||
[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
|
||||
|
Reference in New Issue
Block a user