]> git.ipfire.org Git - thirdparty/systemd.git/commit
man: systemd-tmpfiles requires absolute filenames 1612/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 19 Oct 2015 18:30:16 +0000 (18:30 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 19 Oct 2015 18:32:35 +0000 (18:32 +0000)
commitf17fd655144d080279b0c14d973b9db169a88976
tree3f39fe994868565621b5022cd5e58b102a4ff692
parentbf1ae29f21d7ccede728bf1ee16552c2a355a85b
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