Frage

If I add a daemon to rc.conf, how can I then pass arguments to it?

Eg

DAEMONS = (sshd mongodb ...)

How can I pass --replSet to the mongodb daemon?

War es hilfreich?

Lösung

I don't think you pass anything, it calls the daemon from /etc/rc.d/ so you'd edit that script with the args.

EDIT: here are some links that explain:

https://wiki.archlinux.org/index.php/Rc.conf#Daemons

https://wiki.archlinux.org/index.php/Writing_rc.d_scripts

Andere Tipps

You should try to set this behaviour in /etc/mongodb.conf

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top