summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-11-08 17:59:32 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-11-08 17:59:32 -0500
commit451f0766a1a52b5436d5b9946dc9d11d113f4b7c (patch)
treeb9dd9f86e39fd8d6e03006dc6a160e57cd004820 /README
downloadsystemd-inhibit-delay-451f0766a1a52b5436d5b9946dc9d11d113f4b7c.tar.xz
systemd-inhibit-delay-451f0766a1a52b5436d5b9946dc9d11d113f4b7c.zip
Initial commitHEADmaster
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d134b6b
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+Basic systemd inhibit delay program.
+
+Usage: systemd-inhibit-delay WHAT COMMAND [ARGS...]
+
+ systemd-inhibit-delay sleep swaylock -f
+
+Note that the command *must exit when done*, as only then will the requested
+operation continue. If you put "swaylock" for example, your system will
+unnecessarily wait 5 seconds before sleeping (in the default configuration).