diff options
author | binary <me@rgoncalves.se> | 2021-02-19 13:52:56 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-02-19 13:52:56 +0100 |
commit | 2a0a4d8e2c97c1a3668c82a816dbd0b3129da3d2 (patch) | |
tree | c3cb30a81e26979c7b9d842cb33a8abf9b57604d /roles/workstation/templates/etc-apm-suspend | |
parent | f711c771a43bd8e2c81fcdf7f463c1776f609021 (diff) | |
download | infrastructure-2a0a4d8e2c97c1a3668c82a816dbd0b3129da3d2.tar.gz |
Fix blockinfile and use loop for system wide config. files
Diffstat (limited to 'roles/workstation/templates/etc-apm-suspend')
-rwxr-xr-x | roles/workstation/templates/etc-apm-suspend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/workstation/templates/etc-apm-suspend b/roles/workstation/templates/etc-apm-suspend new file mode 100755 index 0000000..9d36537 --- /dev/null +++ b/roles/workstation/templates/etc-apm-suspend @@ -0,0 +1,3 @@ +#!/bin/sh + +pkill -USR1 xidle |