mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
core: bus name units should not allow aliases or instances
This commit is contained in:
parent
7410616cd9
commit
e05ad7bcc8
@ -1027,6 +1027,9 @@ const UnitVTable busname_vtable = {
|
||||
"Install\0",
|
||||
.private_section = "BusName",
|
||||
|
||||
.no_alias = true,
|
||||
.no_instances = true,
|
||||
|
||||
.init = busname_init,
|
||||
.done = busname_done,
|
||||
.load = busname_load,
|
||||
|
Loading…
Reference in New Issue
Block a user