Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-17 | Report about syntax errors with metadata | Zbigniew Jędrzejewski-Szmek | |
The information about the unit for which files are being parsed is passed all the way down. This way messages land in the journal with proper UNIT=... or USER_UNIT=... attribution. 'systemctl status' and 'journalctl -u' not displaying those messages has been a source of confusion for users, since the journal entry for a misspelt setting was often logged quite a bit earlier than the failure to start a unit. Based-on-a-patch-by: Oleksii Shevchuk <alxchk@gmail.com> | |||
2013-01-25 | logind: rework delay inhibition logic | Lennart Poettering | |
- Don't allow any locks to be taken while we are in the process of executing the specific operation, so that apps are not surprised if a suspend/shutdown happens while they rely on their inhibitor. - Get rid of the Resumed signal, it was a bad idea, and redundant due to PrepareForSleep(false), see below. - Always send out PrepareFor{Shutdown,Sleep} signals, instead of only if a delay lock is taken. - Move PrepareForSleep(false) after we come back from the suspend, so that apps can use this as "Resumed" notification. This also has the benefit that apps know when to take a new lock. | |||
2013-01-24 | logind: only allow one shutdown/sleep action to be queued at the same time | Lennart Poettering | |
This should make sure that closing the lid while shutting down won't suspend the machine but will simply cause the shutdown to complete. | |||
2012-12-24 | logind: don't allow suspending/hibernating if the kernel doesn't support it | Lennart Poettering | |
2012-12-24 | logind: add support for automatic suspend/hibernate/shutdown on idle | Lennart Poettering | |