git: 362954a15848 - main - www/caddy: Fix service command in pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Dec 2024 22:45:36 UTC
The branch main has been updated by adamw:
URL: https://cgit.FreeBSD.org/ports/commit/?id=362954a158482d4bb15bfc8c0d97c4ff9361e9ee
commit 362954a158482d4bb15bfc8c0d97c4ff9361e9ee
Author: Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2024-12-08 22:44:17 +0000
Commit: Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2024-12-08 22:45:31 +0000
www/caddy: Fix service command in pkg-message
PR: 283200
Reported by: Roman Gromov
---
www/caddy/files/pkg-message.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/caddy/files/pkg-message.in b/www/caddy/files/pkg-message.in
index e722d14049c1..abcb654da58c 100644
--- a/www/caddy/files/pkg-message.in
+++ b/www/caddy/files/pkg-message.in
@@ -6,7 +6,7 @@ To enable caddy:
- Edit %%ETCDIR%%/Caddyfile
See https://caddyserver.com/docs/
-- Run 'service enable caddy'
+- Run 'service caddy enable'
Note while Caddy currently defaults to running as root:wheel, it is strongly
recommended to run the server as an unprivileged user, such as www:www --