diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-08-26 10:51:22 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-08-26 10:51:22 +0200 |
commit | 3c5475ed9d33ba8a29fcc8f5c4062982350352b4 (patch) | |
tree | 671f8a6fe173f46c40d5443851a0c3bd24525817 /roles/workstation/templates/_openbsd/apm-suspend | |
parent | 96f588ad32285aad6d182ed4cd255c10d518b790 (diff) | |
download | infrastructure-3c5475ed9d33ba8a29fcc8f5c4062982350352b4.tar.gz |
OpenBSD update
Diffstat (limited to 'roles/workstation/templates/_openbsd/apm-suspend')
-rwxr-xr-x | roles/workstation/templates/_openbsd/apm-suspend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/workstation/templates/_openbsd/apm-suspend b/roles/workstation/templates/_openbsd/apm-suspend new file mode 100755 index 0000000..ef90fed --- /dev/null +++ b/roles/workstation/templates/_openbsd/apm-suspend @@ -0,0 +1,5 @@ +#!/bin/sh + +set -x -e + +pkill -USR1 xidle |