Remove unnecessary commands

Same as #45 
Daemon-reloading should be unnecessary and enable --now enables & starts a service.
This commit is contained in:
Michael 2018-11-02 09:09:09 +01:00 committed by GitHub
parent fcd0cf2b01
commit d1476666f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,9 +182,7 @@ WantedBy=multi-user.target
Then, run the commands below to reload systemd and start the daemon.
``` bash
systemctl daemon-reload
systemctl enable wings
systemctl start wings
systemctl enable --now wings
```
### Daemonizing (using Forever)