From 496fab1fd454b6f8422c2c05db787977dc9d1071 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 29 May 2012 13:38:56 +0200 Subject: systemd: correct some paths Signed-off-by: Tom Gundersen --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 8105a5e..df1ba33 100644 --- a/functions +++ b/functions @@ -589,7 +589,7 @@ umount_all() { } remove_leftover() { - status -v 'Removing Leftover Files' /usr/lib/systemd/systemd-tmpfiles --create --remove + status -v 'Removing Leftover Files' systemd-tmpfiles --create --remove # move from static /var/{run,lock} to /run if [[ ! -L /var/lock ]]; then rm -rf /var/lock -- cgit v1.2.3