aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-06-24 16:22:58 +0200
committerTom Gundersen <teg@jklm.no>2012-06-24 16:22:58 +0200
commit9f365dbf216f3d7a504928fc64dcdb5941ad449b (patch)
tree5ee0c00cf358cf21531393dcaf109b1bbcae41f4 /functions
parentf5e8f68a7dc8044337bfee9d3af8117690ce473a (diff)
downloadinitscripts-9f365dbf216f3d7a504928fc64dcdb5941ad449b.tar.xz
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>
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index fd52317..000cd60 100644
--- a/functions
+++ b/functions
@@ -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() {