diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-07 00:00:59 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-07 00:00:59 +0200 |
commit | 9e58ff9c5c3bd46a796a20fc6c304cdab489f334 (patch) | |
tree | 3bdef2c8802ee1b1deab9729b4f198fdfb2780f1 /src/mount.c | |
parent | fa0f4d8a3a640b235f12e9eb998ce726495622c1 (diff) |
manager: optionally print status updates to console on boot
Diffstat (limited to 'src/mount.c')
-rw-r--r-- | src/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mount.c b/src/mount.c index 6da880eb8f..49081d1d97 100644 --- a/src/mount.c +++ b/src/mount.c @@ -1548,6 +1548,7 @@ const UnitVTable mount_vtable = { .no_alias = true, .no_instances = true, .no_isolate = true, + .show_status = true, .init = mount_init, .load = mount_load, |