diff --git a/Installing-on-OpenBSD-7.6.md b/Installing-on-OpenBSD-7.6.md index ef8dd64..91f72b0 100644 --- a/Installing-on-OpenBSD-7.6.md +++ b/Installing-on-OpenBSD-7.6.md @@ -38,7 +38,7 @@ filesystem_folder = /var/db/radicale/collections Of course you will probably want to add your own configuration settings to this file as well. 8. Create the storage location and set its owner/group to the user/group created above:\ -`# mkdir /var/db/radicale;chown _radicale:_radicale /var/db/radicale` +`# install -o _radicale -g _radicale -d /var/db/radicale` 9. Create an [rc.d(8)](https://man.openbsd.org/rc.d) service script for Radicale as `/etc/rc.d/radicale3` and make it executable: ```sh #!/bin/ksh