We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b978f commit c6c5464Copy full SHA for c6c5464
on-boot-script/README.md
@@ -50,9 +50,9 @@ Example: examples/unifi-os-files/udmboot.service
50
```
51
echo "[Unit]
52
Description=Run On Startup UDM
53
+After=network.target
54
55
[Service]
-After=network.target
56
ExecStart=/etc/init.d/udm.sh
57
58
[Install]
on-boot-script/examples/unifi-os-files/udmboot.service
@@ -1,8 +1,8 @@
1
[Unit]
2
3
4
5
6
7
8
on-boot-script/install-unifios.sh
@@ -5,9 +5,9 @@ chmod u+x /etc/init.d/udm.sh
9
10
11
12
13
0 commit comments