diff options
Diffstat (limited to 'src/automount.c')
-rw-r--r-- | src/automount.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/automount.c b/src/automount.c index 51fa0030dd..16babd1fa4 100644 --- a/src/automount.c +++ b/src/automount.c @@ -831,6 +831,10 @@ DEFINE_STRING_TABLE_LOOKUP(automount_state, AutomountState); const UnitVTable automount_vtable = { .suffix = ".automount", + .sections = + "Unit\0" + "Automount\0" + "Install\0", .no_alias = true, .no_instances = true, |