summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-11 01:06:53 +0100
committerLennart Poettering <lennart@poettering.net>2011-03-11 01:06:53 +0100
commit7d640cdf66a7c032c871ccfe0ee4ad56f7e3869b (patch)
tree7358429d27ffabbb664a69a9c75f0b002dc918bc /src/main.c
parent720ce21d444f6497299c4c99a76fda546b06716a (diff)
units: move the last flag files to /dev/.run
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 5d37f804d..54ebb0b08 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1051,7 +1051,7 @@ int main(int argc, char *argv[]) {
/* If Plymouth is being run make sure we show the status, so
* that there's something nice to see when people press Esc */
- if (access("/dev/.systemd/plymouth", F_OK) >= 0)
+ if (access("/dev/.run/initramfs/plymouth", F_OK) >= 0)
arg_show_status = true;
if (arg_action == ACTION_HELP) {