mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +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->accept_fd = true;
|
||||
n->activating = true;
|
||||
}
|
||||
|
||||
static void busname_done(Unit *u) {
|
||||
|
Loading…
Reference in New Issue
Block a user