diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-19 03:09:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-19 03:09:51 +0100 |
commit | 4f10118016f9b2fd7e1d26c9ef7d91eb33fba694 (patch) | |
tree | 724d9982a5834cd01a173235ca101e7955c3bcc4 | |
parent | 622efd8775bc8140c43f86e741495a1eac3f2b36 (diff) |
core: by default .busname units should be activating
-rw-r--r-- | src/core/busname.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/busname.c b/src/core/busname.c index 0cae20d2d1..e6063669e3 100644 --- a/src/core/busname.c +++ b/src/core/busname.c @@ -45,6 +45,7 @@ static void busname_init(Unit *u) { n->starter_fd = -1; n->accept_fd = true; + n->activating = true; } static void busname_done(Unit *u) { |