Question

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?

Était-ce utile?

La solution

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

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top