diff options
Diffstat (limited to 'src/path.c')
-rw-r--r-- | src/path.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/path.c b/src/path.c index 200fc2bdcb..1d4aa2174a 100644 --- a/src/path.c +++ b/src/path.c @@ -686,6 +686,10 @@ DEFINE_STRING_TABLE_LOOKUP(path_type, PathType); const UnitVTable path_vtable = { .suffix = ".path", + .sections = + "Unit\0" + "Path\0" + "Install\0", .init = path_init, .done = path_done, |