Former-commit-id: a67e595259
This commit is contained in:
John Dorman 2021-05-25 11:25:55 -07:00
parent 10b0c7172c
commit 1dc7d60445
4 changed files with 7 additions and 4 deletions

View File

@ -36,11 +36,11 @@
unifi-os shell
```
2. Download [udm-boot_1.0.4_all.deb](packages/udm-boot_1.0.4_all.deb) and install it and go back to the UDM. The latest package will always be found at https://udm-boot.boostchicken.dev
2. Download [udm-boot_1.0.5_all.deb](packages/udm-boot_1.0.5_all.deb) and install it and go back to the UDM. The latest package will always be found at https://udm-boot.boostchicken.dev
```bash
curl -L https://udm-boot.boostchicken.dev -o udm-boot_1.0.4_all.deb
dpkg -i udm-boot_1.0.4_all.deb
curl -L https://udm-boot.boostchicken.dev -o udm-boot_1.0.5_all.deb
dpkg -i udm-boot_1.0.5_all.deb
exit
```
@ -57,6 +57,7 @@
* Remove on_boot.sh from UDM
* Follow symlinks
* move to network-online.target
### 1.0.4

View File

@ -2,6 +2,7 @@ udm-boot (1.0.5) stable; urgency=medium
* follow symlinks for on_boot
* remove need for on_boot.sh file
* moved to run after network-online.target
-- boostchicken <dorman@ataxia.cloud> Tue, 25 May 2021 01:53:48 -0700

View File

@ -1,6 +1,7 @@
[Unit]
Description=Run On Startup UDM
After=network.target
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot