diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-16 09:26:37 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-10-16 09:26:37 -0400 |
commit | b7167467b004a537d45b667c6f4c38f75fc9480a (patch) | |
tree | be551e37fde48f85f36635eecda5dd23be53c55b /bin | |
parent | 1e5cdf8c4083ee1e6f380397e97851b0be347c6f (diff) | |
download | tame-b7167467b004a537d45b667c6f4c38f75fc9480a.tar.gz tame-b7167467b004a537d45b667c6f4c38f75fc9480a.tar.bz2 tame-b7167467b004a537d45b667c6f4c38f75fc9480a.zip |
Propagate TAMED_STALL_SECONDSv3.3.4
bin/tame (TAMED_STALL_SECONDS): Export variable.
build-aux/Makefile.am (TAMED_INSTALL_SECONDS): Export variable.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tame | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ declare -ri EX_USAGE=64 # incorrect usage; sysexits.h # before forcibly restarting it declare -ri RUNNER_CMD_WAITTIME=3 +# propagate to daemon +export TAMED_STALL_SECONDS + # Send a single command to a runner and observe the result # |