diff options
author | Efraim Flashner | 2019-12-24 03:28:49 -0600 |
---|---|---|
committer | Efraim Flashner | 2019-12-24 03:28:49 -0600 |
commit | ca7beb74e1aae5c1f9e44d5da9f44143467d253b (patch) | |
tree | 00862658352883b95f7c5db5489ecef5546604d6 /gn/services/bnw.service | |
parent | 49415a72997507597342f8e9ca2281042d3cba3b (diff) | |
download | guix-bioinformatics-ca7beb74e1aae5c1f9e44d5da9f44143467d253b.tar.gz |
update BNW and service
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] |