diff options
author | Andrew J. Hesford <ajh@sideband.org> | 2022-02-14 14:25:22 -0500 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2024-09-27 00:46:17 +0000 |
commit | a57a23bdd04c14600f82807ce96310a08ba90040 (patch) | |
tree | 9aad20b005b27c87443bccfe64fc8b7f34552c68 /man/chpst.8 | |
parent | fc1d44f3f890ec219cdb87c1cd37ceb0360a165b (diff) | |
download | runit-a57a23bdd04c14600f82807ce96310a08ba90040.tar.gz runit-a57a23bdd04c14600f82807ce96310a08ba90040.tar.xz runit-a57a23bdd04c14600f82807ce96310a08ba90040.zip |
chpst: add -C to change working directory
Diffstat (limited to 'man/chpst.8')
-rw-r--r-- | man/chpst.8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/chpst.8 b/man/chpst.8 index 26c1a1d..57074d4 100644 --- a/man/chpst.8 +++ b/man/chpst.8 @@ -148,6 +148,14 @@ Change the root directory to before starting .IR prog . .TP +.B \-C \fIpwd +chdir. +Change the working directory to +.I pwd +before starting +.IR prog . +When combined with \-/, the working directory is changed after the chroot. +.TP .B \-n \fIinc nice. Add |