mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Missing prompt
parent
6b2ae3a62e
commit
e224da7923
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`
|
`# mkdir /var/db/radicale;chown _radicale:_radicale /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