diff options
author | Efraim Flashner | 2020-09-09 08:21:34 +0000 |
---|---|---|
committer | Shepherd | 2020-09-09 08:21:34 +0000 |
commit | 0cda4a683b55a2447c198359cd314cdbda95926a (patch) | |
tree | cc1888a3e2cea0e36eb585957a06bce0bcdf085b /shepherd | |
parent | b25542805cd47b75c4e5987e4bc770277e3015a3 (diff) | |
download | gn-shepherd-services-0cda4a683b55a2447c198359cd314cdbda95926a.tar.gz |
ratspub: Update
Diffstat (limited to 'shepherd')
-rw-r--r-- | shepherd/init.d/ratspub.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shepherd/init.d/ratspub.scm b/shepherd/init.d/ratspub.scm index cb4fbb1..c1d552a 100644 --- a/shepherd/init.d/ratspub.scm +++ b/shepherd/init.d/ratspub.scm @@ -9,7 +9,8 @@ #:environment-variables (list "EDIRECT_PUBMED_MASTER=/export2/PubMed" "NLTK_DATA=/home/hchen/nltk_data" - "PERL_LWP_SSL_CA_FILE=/etc/ssl/certs/ca-certificates.crt") + "PERL_LWP_SSL_CA_FILE=/etc/ssl/certs/ca-certificates.crt" + "TMPDIR=/export/ratspub/tmp") #:log-file "/home/shepherd/logs/ratspub.log") #:stop (make-kill-destructor) #:respawn? #t)) |