Fixes boostchicken/udm-utilities#8 (#9)

This commit is contained in:
exodious 2020-06-21 05:16:55 -04:00 committed by GitHub
parent 282a448fcb
commit 4fb047fa65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -1,8 +1,8 @@
[Unit]
Description=Run On Startup UDM
After=network.target
[Service]
After=network.target
ExecStart=/etc/init.d/udm.sh
[Install]

View File

@ -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]