1
0
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:
Lennart Poettering 2015-05-02 17:42:55 +02:00
parent 7410616cd9
commit e05ad7bcc8

View File

@ -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,