diff --git a/docs/configure.md b/docs/configure.md index 0f84064..f10ebbd 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -136,7 +136,7 @@ WantedBy=multi-user.target Now, enable the service ```sh -sudo service fplay enable +sudo systemctl enable fplay sudo service fplay start sudo service fplay status # check the status. You should see it running ```