mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
2x 1.0.1
This commit is contained in:
parent
b6e4f8f8cd
commit
f70ef20bbf
@ -1,3 +1,10 @@
|
||||
udm-boot-2x (1.0.1) stable; urgency=medium
|
||||
|
||||
* Using bash to invoke
|
||||
|
||||
-- Boostchicken <john@boostchicken.dev> Sat, 21 Feb 2023 18:46:14 -0700
|
||||
|
||||
|
||||
udm-boot-2x (1.0.0) stable; urgency=medium
|
||||
|
||||
* Initial release, happy firmware persisting!
|
||||
|
@ -8,7 +8,7 @@ StartLimitBurst=5
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
ExecStart='mkdir -p /data/on_boot.d && find -L /data/on_boot.d -mindepth 1 -maxdepth 1 -type f -print0 | sort -z | xargs -0 -r -n 1 -- sh -c '\''if test -x "$0"; then echo "%n: running $0"; "$0"; else case "$0" in *.sh) echo "%n: sourcing $0"; . "$0";; *) echo "%n: ignoring $0";; esac; fi'\'
|
||||
ExecStart=bash - c 'mkdir -p /data/on_boot.d && find -L /data/on_boot.d -mindepth 1 -maxdepth 1 -type f -print0 | sort -z | xargs -0 -r -n 1 -- sh -c '\''if test -x "$0"; then echo "%n: running $0"; "$0"; else case "$0" in *.sh) echo "%n: sourcing $0"; . "$0";; *) echo "%n: ignoring $0";; esac; fi'\'
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
|
BIN
on-boot-script-2.x/packages/udm-boot-2x_1.0.1_all.deb
Normal file
BIN
on-boot-script-2.x/packages/udm-boot-2x_1.0.1_all.deb
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user