diff --git a/dist/init/freebsd/caddy b/dist/init/freebsd/caddy index b15e93180..a48ca454a 100755 --- a/dist/init/freebsd/caddy +++ b/dist/init/freebsd/caddy @@ -8,7 +8,7 @@ # # Add the following lines to /etc/rc.conf to enable caddy: # caddy_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable apache24 +# Set it to "YES" to enable caddy # # caddy_cert_email (str): Set to "" by default. # Defines the SSL certificate issuer email. By providing an @@ -70,4 +70,4 @@ caddy_stop() { kill -QUIT `cat $pidfile 2> /dev/null` } -run_rc_command "$1" \ No newline at end of file +run_rc_command "$1"