diff options
author | binary <me@rgoncalves.se> | 2021-02-27 10:30:33 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-02-27 10:30:33 +0100 |
commit | 5acdc00aaf6c65c1353cc02a59f33e0d6ba9a281 (patch) | |
tree | 8bb7737b3efd6055dbf098105858c43c7453fbd6 /roles/workstation/templates/etc-apm-suspend | |
parent | d776d9820aeeb2fb84a4a47ce5eacf3a40823591 (diff) | |
download | infrastructure-5acdc00aaf6c65c1353cc02a59f33e0d6ba9a281.tar.gz |
Break workstation role in sub-roles
Diffstat (limited to 'roles/workstation/templates/etc-apm-suspend')
-rwxr-xr-x | roles/workstation/templates/etc-apm-suspend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/workstation/templates/etc-apm-suspend b/roles/workstation/templates/etc-apm-suspend deleted file mode 100755 index 9d36537..0000000 --- a/roles/workstation/templates/etc-apm-suspend +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -pkill -USR1 xidle |