chiark / gitweb /
timer: support timers that can resume the system from suspend
[elogind.git] / src / core / load-fragment-gperf.gperf.m4
index 1dd9f2b909182f0199ce7f0895b0d6f79ac24fde..3a77234e97385fde5c3053abe9b0adc6c2d8b2b8 100644 (file)
@@ -285,6 +285,8 @@ Timer.OnBootSec,                 config_parse_timer,                 0,
 Timer.OnStartupSec,              config_parse_timer,                 0,                             0
 Timer.OnUnitActiveSec,           config_parse_timer,                 0,                             0
 Timer.OnUnitInactiveSec,         config_parse_timer,                 0,                             0
+Timer.Persistent,                config_parse_bool,                  0,                             offsetof(Timer, persistent)
+Timer.WakeSystem,                config_parse_bool,                  0,                             offsetof(Timer, wake_system)
 Timer.AccuracySec,               config_parse_sec,                   0,                             offsetof(Timer, accuracy_usec)
 Timer.Unit,                      config_parse_trigger_unit,          0,                             0
 m4_dnl