diff options
author | Tom Gundersen <teg@jklm.no> | 2012-05-29 13:38:56 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-05-29 13:43:32 +0200 |
commit | 496fab1fd454b6f8422c2c05db787977dc9d1071 (patch) | |
tree | fb7794821392b018bed592611bef20dc5ffaf655 /functions | |
parent | 4826ad0747f9caa8e685f819102e71845905a6a1 (diff) |
systemd: correct some paths
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |