mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-25 06:03:40 +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>
|
||||||
|
|
||||||
<para>If invoked with no arguments, it applies all directives from
|
<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.
|
the command line, only the directives in these files are applied.
|
||||||
If only the basename of a configuration file is specified, all
|
If only the basename of a configuration file is specified, all
|
||||||
configuration directories as specified in
|
configuration directories as specified in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user