Skip to content

Commit

Permalink
Fixes #8 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
exodious authored Jun 21, 2020
1 parent 26b978f commit c6c5464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion on-boot-script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Example: examples/unifi-os-files/udmboot.service
```
echo "[Unit]
Description=Run On Startup UDM
After=network.target
[Service]
After=network.target
ExecStart=/etc/init.d/udm.sh
[Install]
Expand Down
2 changes: 1 addition & 1 deletion on-boot-script/examples/unifi-os-files/udmboot.service
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[Unit]
Description=Run On Startup UDM
After=network.target

[Service]
After=network.target
ExecStart=/etc/init.d/udm.sh

[Install]
Expand Down
2 changes: 1 addition & 1 deletion on-boot-script/install-unifios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ chmod u+x /etc/init.d/udm.sh

echo "[Unit]
Description=Run On Startup UDM
After=network.target
[Service]
After=network.target
ExecStart=/etc/init.d/udm.sh
[Install]
Expand Down

0 comments on commit c6c5464

Please sign in to comment.