diff options
author | Tom Gundersen <teg@jklm.no> | 2012-06-24 16:22:58 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-06-24 16:22:58 +0200 |
commit | 9f365dbf216f3d7a504928fc64dcdb5941ad449b (patch) | |
tree | 5ee0c00cf358cf21531393dcaf109b1bbcae41f4 | |
parent | f5e8f68a7dc8044337bfee9d3af8117690ce473a (diff) |
tmpfiles: actually remove old files on boot
We were not deleting old files as we forgot to add the --clean flag
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -580,7 +580,7 @@ umount_all() { } remove_leftover() { - status -v 'Removing Leftover Files' systemd-tmpfiles --create --remove + status -v 'Removing Leftover Files' systemd-tmpfiles --create --remove --clean } bootlogd_stop() { |