From f17fd655144d080279b0c14d973b9db169a88976 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 19 Oct 2015 18:30:16 +0000 Subject: man: systemd-tmpfiles requires absolute filenames `systemd-tmpfiles --clean ./some.conf` doesn't work: Failed to open './some.conf', ignoring: No such file or directory `systemd-tmpfiles --clean $(realpath ./some.conf)` works fine. --- man/systemd-tmpfiles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index ceec06f840..447a7eaa17 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -76,7 +76,7 @@ If invoked with no arguments, it applies all directives from - all configuration files. If one or more filenames are passed on + all configuration files. If one or more absolute filenames are passed on the command line, only the directives in these files are applied. If only the basename of a configuration file is specified, all configuration directories as specified in -- cgit v1.2.3-54-g00ecf