passing options thru '/etc/rc.d/foo start'

Matthew Seaman m.seaman at infracaninophile.co.uk
Wed Sep 16 19:19:58 UTC 2009


Tom Worster wrote:
> is there a general shell syntax that can be used to pass arguments to a
> daemon that you're starting with the /etc/rc.d/foo start command?

If you're starting service foo, then you should be able to define command
arguments by setting foo_flags="-a -b -c".  This is a convention, and particular
services may use several more specific variables to build a command line
or may simply ignore any flags variable completely, so you'll have to check 
each case individually.

> for example, how does one start sshd using /etc/rc.d/sshd and pass it
> '-o X11Forwarding=no' without touching a config file?

In this case, setting sshd_flags will work as sshd uses the default rc
start function.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 259 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20090916/3bc66f63/signature.pgp


More information about the freebsd-questions mailing list