mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
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.
This commit is contained in:
parent
bf1ae29f21
commit
f17fd65514
@ -76,7 +76,7 @@
|
||||
</para>
|
||||
|
||||
<para>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
|
||||
|
Loading…
Reference in New Issue
Block a user