diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-21 13:33:39 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-09-21 13:33:39 -0500 |
commit | 66a9788435e51e658e4ae9d3ce0d0e54ea53e4f9 (patch) | |
tree | 0107f9e82ad0b7ead04502c4744b44c171e4fb66 /man | |
parent | bf73363f220ff086d2559e7c2015801f80862749 (diff) |
man/openrc-run.8: Add note about eval usage
This fixes #77.
Diffstat (limited to 'man')
-rw-r--r-- | man/openrc-run.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 5ec81567..d83e1ccc 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -180,6 +180,10 @@ used along with in_background_fake to support re-entrant services. .It Ar in_background_fake Space separated list of commands which should always succeed when in_background is yes. +.Pp +Keep in mind that eval is used to process chroot, command, command_args_*, +command_user, pidfile and procname. This may affect how they are +evvaluated depending on how they are quoted. .El .Sh DEPENDENCIES You should define a |