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?

有帮助吗?

解决方案

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

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top