docs: updated installation page to note commands for enabling the core service, when desired

This commit is contained in:
Blake Harnden 2021-05-11 20:52:10 -07:00
parent 5e843a7674
commit c2fdbbca32

View file

@ -149,6 +149,15 @@ cd core
./install.sh -p <prefix> -l
```
### Enabling Service
After installation, the core service is not enabled by default. If you desire to use the
service, run the following commands.
```shell
sudo systemctl enable core-daemon
sudo systemctl start core-daemon
```
### Unsupported Linux Distribution
For unsupported OSs you could attempt to do the following to translate
an installation to your use case.