On 2024-10-19 16:34, Mike Fischer wrote:
Perfect! That was it. Many thanks!!!

Mike

PS. Where did I miss this in the documentation?

man rc.subr


Am 19.10.2024 um 16:26 schrieb Antoine Jacoutot <ajacou...@bsdfrog.org>:

• Created the following script and made it executable:
# cat /etc/rc.d/radicale3 #!/bin/ksh

daemon="/usr/local/lib/radicale/bin/radicale"
daemon_user="_radicale"

. /etc/rc.d/rc.subr

pexp=".* ${daemon}.*"
rc_reload=NO
rc_configtest=NO

Missing rc_bg=YES maybe?



rc_cmd $1
#

--
Antoine

Reply via email to