aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-28 13:53:27 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-28 13:53:27 +0100
commit1c8bd682151586419d2144274e5dc8c20915b151 (patch)
tree298b92890e45ea66a382cde047f138dfd95a2bcb /README
parenttypo (diff)
downloadsat-1c8bd682151586419d2144274e5dc8c20915b151.tar.gz
sat-1c8bd682151586419d2144274e5dc8c20915b151.tar.bz2
sat-1c8bd682151586419d2144274e5dc8c20915b151.tar.xz
get hook-script pathname
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index aa289db..375d1e5 100644
--- a/README
+++ b/README
@@ -44,6 +44,14 @@ ENVIRONMENT
interprocess communication related files are stored. If
unset or empty, /run is used.
+ SAT_HOOK_PATH
+ The pathname of the hook script to use. Does not have to
+ already exist. If not defined, $XDG_CONFIG_HOME/sat/hook
+ (if XDG_CONFIG_HOME is defined), $HOME/.config/sat/hook
+ (if HOME is defined), ~/.config/sat/hook (if the user has
+ a home and is not root), or /etc/sat/hook (otherwise) is
+ used.
+
SEE ALSO
at(1), cron(1), sleep-until(1)