mirror of
https://tildegit.org/solderpunk/molly-brown.git
synced 2025-04-13 09:29:46 +00:00
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: https://tildegit.org/solderpunk/molly-brown/pulls/12
This commit is contained in:
commit
48f9a206c0
2 changed files with 19 additions and 3 deletions
20
README.md
20
README.md
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue