1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Use install(1) instead of mkdir(1) + chown(8)

fiwswe 2024-10-22 14:24:07 +02:00
parent e224da7923
commit 74ec9297e4

@ -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. 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:\ 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: 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 ```sh
#!/bin/ksh #!/bin/ksh