1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-22 06:50:18 +03:00

device: allow aliases on devices

This commit is contained in:
Lennart Poettering 2010-08-26 04:08:01 +02:00
parent 1271623839
commit eb9e50de3e

View File

@ -537,7 +537,6 @@ const UnitVTable device_vtable = {
.no_instances = true,
.no_snapshots = true,
.no_isolate = true,
.no_alias = true,
.init = device_init,