Files
ugreen_dx4600_leds_controller/scripts/systemd/ugreen-probe-leds.service
docgalaxyblock 15dbae0f8f
Some checks failed
Build kernel module for TrueNAS / build-and-run (push) Has been cancelled
fix systemd services (#51)
* move systemd scripts to their own subfolder

* move probe-leds to its own oneshot service

* README improvements
2025-01-11 21:50:36 +08:00

14 lines
279 B
Desktop File

[Unit]
Description=UGREEN LED initial hardware probing service
After=systemd-modules-load.service
Requires=systemd-modules-load.service
[Service]
Type=oneshot
ExecStart=/usr/bin/ugreen-probe-leds
RemainAfterExit=true
StandardOutput=journal
[Install]
WantedBy=multi-user.target