Use enable instead of start
This commit is contained in:
parent
2c55905265
commit
ca86566698
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue