docs: updated installation page to note commands for enabling the core service, when desired
This commit is contained in:
parent
5e843a7674
commit
c2fdbbca32
1 changed files with 9 additions and 0 deletions
|
@ -149,6 +149,15 @@ cd core
|
||||||
./install.sh -p <prefix> -l
|
./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
|
### Unsupported Linux Distribution
|
||||||
For unsupported OSs you could attempt to do the following to translate
|
For unsupported OSs you could attempt to do the following to translate
|
||||||
an installation to your use case.
|
an installation to your use case.
|
||||||
|
|
Loading…
Add table
Reference in a new issue