]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/tmpfiles.d.xml
tmpfiles: add new 'e' action which cleans up a dir without creating it 3074/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 20 Apr 2016 04:06:25 +0000 (00:06 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 20 Apr 2016 13:00:39 +0000 (09:00 -0400)
commitdf8dee85da5fa41e95dd7f536e67fcc6940a6488
tree1dee59d17084f4b485198f74286ce702f6c59b0b
parent4b743d679bfa8a39760f936344392001e8768e21
tmpfiles: add new 'e' action which cleans up a dir without creating it

I wanted to add a config line that would empty a directory
without creating it if doesn't exist. Existing actions don't allow
this.

v2: properly add 'e' to needs_glob() and takes_ownership()
man/tmpfiles.d.xml
src/tmpfiles/tmpfiles.c