Use enable instead of start

This commit is contained in:
Joshua Boniface 2023-02-05 00:29:59 -05:00
parent 2c55905265
commit ca86566698
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ For demonstration purposes, the `ExecStart` path is `/usr/local/bin/bbuilder`, t
1. If applicable, create your service user.
1. Start the API (`sudo systemctl start bbuilder-api.service`) and Worker (`sudo systemctl start bbuilder-worker.service`).
1. Enable and start the API (`sudo systemctl enable --now bbuilder-api.service`) and Worker (`sudo systemctl enable --now bbuilder-worker.service`).
1. Configure your webhooks, etc.