summaryrefslogtreecommitdiffstats
path: root/share/man/man5/rc.conf.5
diff options
context:
space:
mode:
authorivoras <ivoras@FreeBSD.org>2012-09-13 10:26:55 +0000
committerivoras <ivoras@FreeBSD.org>2012-09-13 10:26:55 +0000
commite2276e4a35b091276002b7e05d2fbc5a4a042994 (patch)
tree9426f220c3c3574f3f48b0a014027ef46eebee0e /share/man/man5/rc.conf.5
parent68ea0ab135a5b25cf17dccb8cb3171b1e94d21a8 (diff)
downloadFreeBSD-src-e2276e4a35b091276002b7e05d2fbc5a4a042994.zip
FreeBSD-src-e2276e4a35b091276002b7e05d2fbc5a4a042994.tar.gz
Document the *_chroot, *_user, *_group and *_nice knobs for services started
by rcng. Reviewed by: wblock, dougb
Diffstat (limited to 'share/man/man5/rc.conf.5')
-rw-r--r--share/man/man5/rc.conf.516
1 files changed, 16 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 1975cc7..f0233d9 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -168,6 +168,22 @@ If set to
.Dq Li NO ,
no swapfile is installed, otherwise the value is used as the full
pathname to a file to use for additional swap space.
+.It Va Ns Ao Ar name Ac Ns Va _chroot
+.Pq Vt str
+.Xr chroot
+to this directory before running the service.
+.It Va Ns Ao Ar name Ac Ns Va _user
+.Pq Vt str
+Run the service under this user account.
+.It Va Ns Ao Ar name Ac Ns Va _group
+.Pq Vt str
+Run the chrooted service under this system group. Unlike the _user
+setting, this setting has no effect if the service is not chrooted.
+.It Ns Ao Ar name Ac Ns Va _nice
+.Pq Vt int
+The
+.Xr nice 1
+value to run the service under.
.It Va apm_enable
.Pq Vt bool
If set to
OpenPOWER on IntegriCloud