mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 16:59:03 +03:00
core: by default .busname units should be activating
This commit is contained in:
parent
622efd8775
commit
4f10118016
@ -45,6 +45,7 @@ static void busname_init(Unit *u) {
|
|||||||
|
|
||||||
n->starter_fd = -1;
|
n->starter_fd = -1;
|
||||||
n->accept_fd = true;
|
n->accept_fd = true;
|
||||||
|
n->activating = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void busname_done(Unit *u) {
|
static void busname_done(Unit *u) {
|
||||||
|
Loading…
Reference in New Issue
Block a user