aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-05-29 13:38:56 +0200
committerTom Gundersen <teg@jklm.no>2012-05-29 13:43:32 +0200
commit496fab1fd454b6f8422c2c05db787977dc9d1071 (patch)
treefb7794821392b018bed592611bef20dc5ffaf655
parent4826ad0747f9caa8e685f819102e71845905a6a1 (diff)
downloadinitscripts-496fab1fd454b6f8422c2c05db787977dc9d1071.tar.xz
systemd: correct some paths
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
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