From 94bb34cb768718697fe0e9abd61598995d542a5d Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Tue, 21 Aug 2018 08:49:36 -0700 Subject: [PATCH] mask systemd radio socket when using tlp --- roles/laptop/tasks/tlp.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/laptop/tasks/tlp.yml b/roles/laptop/tasks/tlp.yml index 95e0cf0..d480898 100644 --- a/roles/laptop/tasks/tlp.yml +++ b/roles/laptop/tasks/tlp.yml @@ -21,6 +21,11 @@ tags: - tlp +- name: Mask systemd radio socket + command: systemctl mask systemd-rfkill.socket + tags: + - tlp + - name: Enable TLP service: name=tlp.service enabled=yes tags: