diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-03 11:00:17 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-03 11:00:17 +0200 |
| commit | e2e2fd3a111dc307fb8e54dae9689ff901e7e9c1 (patch) | |
| tree | 9e36d5afa874fb50f05c9ce81ad7d5e475272103 /roles/ethtool/handlers | |
| parent | 16c2395a58db566337224837df8dbe75d062baf6 (diff) | |
Update ethtool to handle laptop lid suspend issues
When using WoL with laptops (ex Lenovo) closing the lid suspends the
laptop and breaks WoL, this is to allow configuring the lid behavior
Diffstat (limited to 'roles/ethtool/handlers')
| -rw-r--r-- | roles/ethtool/handlers/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/ethtool/handlers/main.yml b/roles/ethtool/handlers/main.yml index 3360d709..88cc1a15 100644 --- a/roles/ethtool/handlers/main.yml +++ b/roles/ethtool/handlers/main.yml @@ -3,3 +3,9 @@ become: true ansible.builtin.systemd_service: daemon_reload: true + +- name: "Reload systemd-logind" + become: true + ansible.builtin.systemd_service: + name: "systemd-logind" + state: "restarted" |
