Updated systemd config in readme to only start unit after network is online
This commit is contained in:
parent
4d88f14b9d
commit
f5fee47850
|
@ -19,9 +19,10 @@ Follow these steps to install Shammer of your machine:
|
||||||
```
|
```
|
||||||
[Unit]
|
[Unit]
|
||||||
Description = Shammer internet traffic generator
|
Description = Shammer internet traffic generator
|
||||||
|
After = network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=<username>
|
User = <username>
|
||||||
ExecStart = /path/to/shammer/script
|
ExecStart = /path/to/shammer/script
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in New Issue