Updated systemd config in readme to only start unit after network is online

This commit is contained in:
Thomas Van Acker 2021-05-14 09:09:47 +00:00
parent 4d88f14b9d
commit f5fee47850
1 changed files with 2 additions and 1 deletions

View File

@ -19,9 +19,10 @@ Follow these steps to install Shammer of your machine:
```
[Unit]
Description = Shammer internet traffic generator
After = network-online.target
[Service]
User=<username>
User = <username>
ExecStart = /path/to/shammer/script
[Install]