X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpath.c;h=1d4aa2174a06fa20246a6f8e2764045d06448cd5;hp=200fc2bdcb194a54877b60327a9f61079dd2acdd;hb=f975e971accc4d50c73ae53167db3df7a7099cf2;hpb=f786e80d7a76fd7446d142f610d62ea8c28ed902 diff --git a/src/path.c b/src/path.c index 200fc2bdc..1d4aa2174 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,