diff options
author | Efraim Flashner | 2020-02-17 02:21:04 -0600 |
---|---|---|
committer | Efraim Flashner | 2020-02-17 02:21:04 -0600 |
commit | ae659bb705d771be310c86c518d4712812aaafce (patch) | |
tree | 7e978c8ec6da7227796912c1799d2dbbc0ff3ca8 /gn/services/bnw.service | |
parent | 319c7e8758d79c2f99d28bacbdbd3072b40b1e51 (diff) | |
download | guix-bioinformatics-ae659bb705d771be310c86c518d4712812aaafce.tar.gz |
gn: Update BNW service and README
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 5ba8f3f..6ac99a1 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 --share=/home/bnw/server/var-log=/var/log --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/var-log=/var/log --network')" ExecStart=/bin/bash -c '${BNW_COMMAND}' [Install] |