You've already forked UGREEN-NAS
This commit is contained in:
13
root/lib/systemd/system/ugreen-led-power.service
Normal file
13
root/lib/systemd/system/ugreen-led-power.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=UGREEN NAS Power LED Controller
|
||||
ConditionPathExists=/etc/ugreen-nas.conf
|
||||
After=ugreen-led-init.service
|
||||
Requires=ugreen-led-init.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/sbin/ugreen-led-power
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user