Merge pull request 'Added more details on the OpenBSD setup and pointed molly-brown.openbsd.example to the default molly.conf.' (#12) from kvothe/molly-brown:master into master

Reviewed-on: solderpunk/molly-brown#12
This commit is contained in:
Solderpunk 2020-08-19 18:48:24 +00:00
commit 48f9a206c0
2 changed files with 19 additions and 3 deletions

View File

@ -145,9 +145,25 @@ More detailed instructions on OpenRC setup are welcome!
An example OpenBSD initscript for Molly Brown, named
`molly-brown.openbsd.example`, can be found in the `contrib/init`
directory of the Molly Brown source directory.
directory of the Molly Brown source directory. After copying this
file to `/etc/rc.d/mollybrownd`, you can add the `mollybrownd`
daemon to your system startup with `rcctl` or by manually adding
`mollybrownd` to your `/etc/rc.conf.local` configuration. The
following lines in `rc.conf.local` will autostart your
`mollybrownd` daemon as the user `username`:
```
mollybrownd_user=username
pkg_scripts=mollybrownd
```
Be sure that the user running your `mollybrownd` daemon has
read access to `/etc/molly.conf` and all of the files and
directories listed in `/etc/molly.conf`. That user will
also need write access to the configured log file locations.
More detailed instructions on OpenBSD setup are welcome!
You can start your `mollybrownd` daemon with `rcctl`:
```
rcctl start mollybrownd
```
## Configuration Options

View File

@ -1,6 +1,6 @@
#!/bin/ksh
daemon='/usr/sbin/molly-brown -c /etc/molly/molly.conf &'
daemon='/usr/sbin/molly-brown -c /etc/molly.conf &'
. /etc/rc.d/rc.subr