chiark / gitweb /
gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not set
[elogind.git] / src / target.c
index 54c34daa0de6c4e9431bbcad44d90613ce282119..340e9907f0d56084f77e7792c36b043234e0eb9e 100644 (file)
@@ -199,6 +199,10 @@ DEFINE_STRING_TABLE_LOOKUP(target_state, TargetState);
 
 const UnitVTable target_vtable = {
         .suffix = ".target",
+        .sections =
+                "Unit\0"
+                "Target\0"
+                "Install\0",
 
         .load = target_load,
         .coldplug = target_coldplug,