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)
parent
e224da7923
commit
74ec9297e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue