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
14 lines
279 B
Desktop File
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
|