Former-commit-id: a384352c1a20927c38fa964102c11925a2e63edd
This commit is contained in:
John Dorman 2021-05-25 11:25:55 -07:00
parent cf8dccdf95
commit 02fea91fdf
4 changed files with 7 additions and 4 deletions
on-boot-script

@ -36,11 +36,11 @@
unifi-os shell 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 ```bash
curl -L https://udm-boot.boostchicken.dev -o 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.4_all.deb dpkg -i udm-boot_1.0.5_all.deb
exit exit
``` ```
@ -57,6 +57,7 @@
* Remove on_boot.sh from UDM * Remove on_boot.sh from UDM
* Follow symlinks * Follow symlinks
* move to network-online.target
### 1.0.4 ### 1.0.4

@ -2,6 +2,7 @@ udm-boot (1.0.5) stable; urgency=medium
* follow symlinks for on_boot * follow symlinks for on_boot
* remove need for on_boot.sh file * 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 -- boostchicken <dorman@ataxia.cloud> Tue, 25 May 2021 01:53:48 -0700

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