... | ... | @@ -64,7 +64,7 @@ WantedBy=multi-user.target |
|
|
```
|
|
|
Next create the network-config.sh script that will be ran by the service by doing the following:
|
|
|
`sudo touch /usr/local/bin/network-config.sh`
|
|
|
In your favorite text editor again,
|
|
|
In your favorite text editor again write the following:
|
|
|
```
|
|
|
#!/bin/bash
|
|
|
|
... | ... | |