diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-09 23:20:14 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-10 00:38:48 +0200 |
| commit | 31ab4af71809028695e747cc717dae0e45a21e8e (patch) | |
| tree | 0a46b0bbab2ab58a91e29669a9f5519e817d551a /roles/logind/templates | |
| parent | 1cbb9df950175e698e1edc87953e8f4bfb22b88a (diff) | |
Extract logind lid configuration into it's own role
Diffstat (limited to 'roles/logind/templates')
| -rw-r--r-- | roles/logind/templates/logind.conf.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/logind/templates/logind.conf.j2 b/roles/logind/templates/logind.conf.j2 new file mode 100644 index 00000000..b1269b15 --- /dev/null +++ b/roles/logind/templates/logind.conf.j2 @@ -0,0 +1,5 @@ +[Login] +HandleLidSwitch={{ logind_lid_battery_action }} +HandleLidSwitchExternalPower={{ logind_lid_ac_action }} +IdleAction={{ logind_idle_action }} +IdleActionSec={{ logind_idle_delay }} |
