summaryrefslogtreecommitdiffstats
path: root/units/systemd-suspend-then-hibernate.service.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* units: update Description= for systemd-sleep unitsMike Yuan2024-01-141-1/+1
|
* Drop split-usr and unmerged-usr supportLuca Boccassi2023-07-281-1/+1
| | | | | | | | | | As previously announced, execute order 66: https://lists.freedesktop.org/archives/systemd-devel/2022-September/048352.html The meson options split-usr, rootlibdir and rootprefix become no-ops that print a warning if they are set to anything other than the default values. We can remove them in a future release.
* unit: use alias name of man pageYu Watanabe2021-06-151-1/+1
|
* meson: use jinja2 for unit templatesZbigniew Jędrzejewski-Szmek2021-05-191-1/+1
| | | | | | | | | We don't need two (and half) templating systems anymore, yay! I'm keeping the changes minimal, to make the diff manageable. Some enhancements due to a better templating system might be possible in the future. For handling of '## ' — see the next commit.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* Fix description on suspend-then-hibernate units.Mario Limonciello2018-03-281-1/+1
| | | | Suspend; Idle into hibernate didn't make sense.
* Rename suspend-to-hibernate to suspend-then-hibernateMario Limonciello2018-03-281-0/+19
Per some discussion with Gnome folks, they would prefer this name as it's more descriptive of what's happening.