From ca865666985acc4ddc5c0396487e16ecec29e274 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 5 Feb 2023 00:29:59 -0500 Subject: [PATCH] Use enable instead of start --- systemd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/README.md b/systemd/README.md index 37257af..18e8558 100644 --- a/systemd/README.md +++ b/systemd/README.md @@ -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.