summary refs log tree commit diff
path: root/scripts/sandman.1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sandman.1')
-rw-r--r--scripts/sandman.136
1 files changed, 36 insertions, 0 deletions
diff --git a/scripts/sandman.1 b/scripts/sandman.1
new file mode 100644
index 0000000..35765ec
--- /dev/null
+++ b/scripts/sandman.1
@@ -0,0 +1,36 @@
+.Dd February 12, 2020
+.Dt SANDMAN 1
+.Os
+.
+.Sh NAME
+.Nm sandman
+.Nd sleep wrapper
+.
+.Sh SYNOPSIS
+.Nm
+.Op Fl t Ar secs
+.Ar command ...
+.
+.Sh DESCRIPTION
+The
+.Nm
+utility wraps a
+.Ar command ,
+sending it
+.Dv SIGHUP
+when the system goes to sleep,
+and restarting it
+when the system wakes.
+.
+.Pp
+The arguments are as follows:
+.Bl -tag -width Ds
+.It Fl t Ar secs
+Wait for
+.Ar secs
+before restarting the process.
+The default is 8 seconds.
+.El
+.
+.Sh AUTHORS
+.An June Bug Aq Mt june@causal.agency
span title='2020-12-29 15:05:39 -0500'>2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe