From 1554afae546f6cfb8ac85e36300d7bf608886780 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 17 Jun 2014 23:50:22 +0200 Subject: tmpfiles: add "+" modifier support to b, c, p lines in addition to L --- man/tmpfiles.d.xml | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'man/tmpfiles.d.xml') diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 2d8af981e9..6b2753549c 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -169,7 +169,15 @@ L /tmp/foobar - - - - /dev/null p - Create a named pipe (FIFO) if it does not exist yet. + p+ + Create a named + pipe (FIFO) if it does not + exist yet. If suffixed with + + and a + file already exists where the + pipe is to be created it will + be removed and be replaced by + the pipe. @@ -188,12 +196,31 @@ L /tmp/foobar - - - - /dev/null c - Create a character device node if it does not exist yet. + c+ + Create a + character device node if it + does not exist yet. If + suffixed with + + and a + file already exists where the + device node is to be created + it will be removed and be + replaced by the device + node. b - Create a block device node if it does not exist yet. + b+ + Create a block + device node if it does not + exist yet. If suffixed with + + and a + file already exists where the + device node is to be created + it will be removed and be + replaced by the device + node. -- cgit v1.2.3-54-g00ecf