Hello,
when starting my system, I see the following printed to the log:
--8<---------------cut here---------------start------------->8---
/gnu/store/6ijwpkayfyyg6b1q6zbjx5ifn8f82y26-etc-elogind/logind.conf.d/logind.conf:2:
Unknown key 'AllowPowerOffInterrupts' in section [Login], ignoring.
/gnu/store/6ijwpkayfyyg6b1q6zbjx5ifn8f82y26-etc-elogind/logind.conf.d/logind.conf:3:
Unknown key 'AllowSuspendInterrupts' in section [Login], ignoring.
/gnu/store/6ijwpkayfyyg6b1q6zbjx5ifn8f82y26-etc-elogind/logind.conf.d/logind.conf:4:
Unknown key 'BroadcastPowerOffInterrupts' in section [Login], ignoring.
/gnu/store/6ijwpkayfyyg6b1q6zbjx5ifn8f82y26-etc-elogind/logind.conf.d/logind.conf:5:
Unknown key 'BroadcastSuspendInterrupts' in section [Login], ignoring.
/gnu/store/6ijwpkayfyyg6b1q6zbjx5ifn8f82y26-etc-elogind/logind.conf.d/logind.conf:21:
Unknown key 'RemoveIpc' in section [Login], ignoring.
--8<---------------cut here---------------end--------------->8---
My configuration is nothing special, just
--8<---------------cut here---------------start------------->8---
(service elogind-service-type
(elogind-configuration
(handle-power-key 'ignore)
(handle-lid-switch-external-power 'ignore)))
--8<---------------cut here---------------end--------------->8---
so this is likely problem in the service code itself, not in my
configuration.
Cheers,
Tomas
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.