aboutsummaryrefslogtreecommitdiff
path: root/shepherd/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'shepherd/init.d')
-rw-r--r--shepherd/init.d/ratspub.scm3
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))