aboutsummaryrefslogtreecommitdiff
path: root/shepherd/init.d
diff options
context:
space:
mode:
authorEfraim Flashner2020-03-31 13:24:13 +0000
committerShepherd2020-03-31 13:24:13 +0000
commit193cd5b8caf36af97d124e1c6d7dcda9e4030013 (patch)
treef7ecdc019a031d76074c8cf3c2c43d1f5877dcdc /shepherd/init.d
parent222bc44e173b1ab912923f334a45898556ca41e2 (diff)
downloadgn-shepherd-services-193cd5b8caf36af97d124e1c6d7dcda9e4030013.tar.gz
shepherd: ratspub: Update NLTK directory
Diffstat (limited to 'shepherd/init.d')
-rw-r--r--shepherd/init.d/ratspub.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/shepherd/init.d/ratspub.scm b/shepherd/init.d/ratspub.scm
index 13d20eb..f0a95fa 100644
--- a/shepherd/init.d/ratspub.scm
+++ b/shepherd/init.d/ratspub.scm
@@ -8,7 +8,7 @@
;#:directory (system* "/var/guix/profiles/per-user/shepherd/current-guix/bin/guix" "build" "ratspub") ; returns 0
#:environment-variables
(list "EDIRECT_PUBMED_MASTER=/export2/PubMed"
- "NLTK_DATA=/export2/PubMed/nltk_data"
+ "NLTK_DATA=/home/hchen/nltk_data"
"PERL_LWP_SSL_CA_FILE=/etc/ssl/certs/ca-certificates.crt")
#:log-file "/home/shepherd/logs/ratspub.log")
#:stop (make-kill-destructor)