Merge pull request #45 from clrxbl/patch-1

Shorten systemctl enable & start
This commit is contained in:
Jakob 2018-11-02 09:53:00 +01:00 committed by GitHub
commit f258a5c93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,6 +206,5 @@ when the service starts.
Finally, enable the service and set it to boot on machine start.
``` bash
sudo systemctl enable pteroq.service
sudo systemctl start pteroq
sudo systemctl enable --now pteroq.service
```