diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-01-09 19:20:47 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-01-09 19:20:47 -0800 |
commit | 66f4305e1cb596c3243a67e83beed0cb6d973eb8 (patch) | |
tree | eb63a56f84e82785683227359978211752fe33fe /man/runscript.8 | |
parent | 4255ba175bd7c3ccadc5bc894d00ccb844467067 (diff) |
rc/checkpath: tmpfiles.d backend creation code
This commit provides the checkpath applet with feature parity to
systemd's tmpfiles.c create_item function.
Very similarly to the systemd function, it does NOT do any of the
cleanup work in this function.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'man/runscript.8')
-rw-r--r-- | man/runscript.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index 08f302ea..6ad6031b 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -296,8 +296,11 @@ Mark the service as coldplugged. Mark the service as inactive. .It Xo .Ic checkpath +.Op Fl D , -directory-truncate .Op Fl d , -directory +.Op Fl F , -file-truncate .Op Fl f , -file +.Op Fl p , -pipe .Op Fl m , -mode Ar mode .Op Fl o , owner Ar owner .Ar path ... |