diff options
author | June McEnroe <june@causal.agency> | 2020-02-11 02:44:04 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-11 02:45:39 -0500 |
commit | 15ff2a470eb4eb291d3a7271c08b130839828720 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /sandman.1 | |
parent | Adds insecure flag to skip certificate validation (diff) | |
download | catgirl-15ff2a470eb4eb291d3a7271c08b130839828720.tar.gz catgirl-15ff2a470eb4eb291d3a7271c08b130839828720.zip |
Remove legacy code
Diffstat (limited to 'sandman.1')
-rw-r--r-- | sandman.1 | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sandman.1 b/sandman.1 deleted file mode 100644 index bd68874..0000000 --- a/sandman.1 +++ /dev/null @@ -1,30 +0,0 @@ -.Dd July 2, 2019 -.Dt SANDMAN 1 -.Os -. -.Sh NAME -.Nm sandman -.Nd signal sleep -. -.Sh SYNOPSIS -.Nm -.Ar command ... -. -.Sh DESCRIPTION -.Nm -is a utility for Darwin systems. -It runs the -.Ar command -as a child process. -When the system goes to sleep, -the process is sent -.Dv SIGHUP . -When the system wakes up, -the process is restarted. -. -.Sh EXIT STATUS -.Nm -exits with the exit status of the child process. -. -.Sh SEE ALSO -.Xr signal 3 |