diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 13:53:27 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-28 13:53:27 +0100 |
commit | 1c8bd682151586419d2144274e5dc8c20915b151 (patch) | |
tree | 298b92890e45ea66a382cde047f138dfd95a2bcb /README | |
parent | typo (diff) | |
download | sat-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-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |