aboutsummaryrefslogtreecommitdiff
path: root/gn/services/ratspub.service
diff options
context:
space:
mode:
Diffstat (limited to 'gn/services/ratspub.service')
-rw-r--r--gn/services/ratspub.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/gn/services/ratspub.service b/gn/services/ratspub.service
new file mode 100644
index 0000000..91b9509
--- /dev/null
+++ b/gn/services/ratspub.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Rats.pub web server
+
+[Service]
+ExecStart=/home/gn-rshiny/run_ratspub.sh
+#WorkingDirectory=/home/gn-shiny/ratspub
+#ExecStartPre='/bin/cp -r $(/var/guix/profiles/per-user/efraimf/current-guix/bin/guix build ratspub)/* /home/gn-shiny/ratspub'
+#ExecStop='/bin/rm -rf /home/gn-shiny/ratspub/*'
+Environment="EDIRECT_PUBMED_MASTER=/export2/PubMed" "NLTK_DATA=/export2/PubMed/nltk_data" "PERL_LWP_SSL_CA_FILE=/etc/ssl/certs/ca-certificates.crt"
+Restart=always
+
+[Install]
+WantedBy=multi-user.target