summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-01-09 19:20:47 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2012-01-09 19:20:47 -0800
commit66f4305e1cb596c3243a67e83beed0cb6d973eb8 (patch)
treeeb63a56f84e82785683227359978211752fe33fe /man
parent4255ba175bd7c3ccadc5bc894d00ccb844467067 (diff)
downloadopenrc-66f4305e1cb596c3243a67e83beed0cb6d973eb8.tar.gz
openrc-66f4305e1cb596c3243a67e83beed0cb6d973eb8.tar.bz2
openrc-66f4305e1cb596c3243a67e83beed0cb6d973eb8.tar.xz
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')
-rw-r--r--man/runscript.83
1 files changed, 3 insertions, 0 deletions
diff --git a/man/runscript.8 b/man/runscript.8
index 08f302e..6ad6031 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 ...