Skip to content

Commit c6c5464

Browse files
authored
Fixes #8 (#9)
1 parent 26b978f commit c6c5464

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

on-boot-script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Example: examples/unifi-os-files/udmboot.service
5050
```
5151
echo "[Unit]
5252
Description=Run On Startup UDM
53+
After=network.target
5354
5455
[Service]
55-
After=network.target
5656
ExecStart=/etc/init.d/udm.sh
5757
5858
[Install]

on-boot-script/examples/unifi-os-files/udmboot.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[Unit]
22
Description=Run On Startup UDM
3+
After=network.target
34

45
[Service]
5-
After=network.target
66
ExecStart=/etc/init.d/udm.sh
77

88
[Install]

on-boot-script/install-unifios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ chmod u+x /etc/init.d/udm.sh
55

66
echo "[Unit]
77
Description=Run On Startup UDM
8+
After=network.target
89
910
[Service]
10-
After=network.target
1111
ExecStart=/etc/init.d/udm.sh
1212
1313
[Install]

0 commit comments

Comments
 (0)