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

Missing prompt

fiwswe 2024-10-21 15:35:55 +02:00
parent 6b2ae3a62e
commit e224da7923

@ -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