Shorten systemctl enable & start

This commit is contained in:
Michael 2018-11-01 20:55:26 +01:00 committed by GitHub
parent fcd0cf2b01
commit 12ed166c5c
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
```