diff options
author | pjotrp | 2020-01-14 02:47:54 -0600 |
---|---|---|
committer | pjotrp | 2020-01-14 02:47:54 -0600 |
commit | 0632c2211ec17c24e1cb86342a9f0f0f86c0f78a (patch) | |
tree | 9d6e6a7bc3b50871ec867fc2525070c8cff9b749 /gn/services/bnw.service | |
parent | 92c6388e645e48f44f1856616df09aab8c29a9aa (diff) | |
parent | fc7386366195a3270e928cd09f9d3576c0771663 (diff) | |
download | guix-bioinformatics-0632c2211ec17c24e1cb86342a9f0f0f86c0f78a.tar.gz |
Merge commit 'fc7386366195a3270e928cd09f9d3576c0771663' of gitlab.com:genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/services/bnw.service')
-rw-r--r-- | gn/services/bnw.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/services/bnw.service b/gn/services/bnw.service index ec7b3f8..5ba8f3f 100644 --- a/gn/services/bnw.service +++ b/gn/services/bnw.service @@ -3,7 +3,7 @@ Description=BNW web server Wants=guix-daemon.service [Service] -Environment="BNW_COMMAND=$(/bin/su -l bnw -c '/var/guix/profiles/per-user/bnw/current-guix/bin/guix system container /home/bnw/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/bnw/server=/srv/http --network')" +Environment="BNW_COMMAND=$(/bin/su -l bnw -c '/var/guix/profiles/per-user/bnw/current-guix/bin/guix system container /home/bnw/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/bnw/server=/srv/http --share=/home/bnw/server/var-log=/var/log --network')" ExecStart=/bin/bash -c '${BNW_COMMAND}' [Install] |