diff options
author | Arun Isaac | 2022-06-15 14:55:10 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-15 14:55:10 +0530 |
commit | 3205695c90e1c76e776df170fe4f29eea0b4b3f5 (patch) | |
tree | 3403833ade3833314a8b59cd635365cc34b08e66 /topics/systems | |
parent | 3302d33611794304fb53485f50be8ab1cc4261c4 (diff) | |
download | gn-gemtext-3205695c90e1c76e776df170fe4f29eea0b4b3f5.tar.gz |
virtuoso: Use /run/current-system/... path to bash in container.
* topics/systems/virtuoso.gmi (Running virtuoso)[Running virtuoso in a
guix system container]: Use /run/current-system/... path to bash in
container.
Diffstat (limited to 'topics/systems')
-rw-r--r-- | topics/systems/virtuoso.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi index 9ba5fa1..7ff6b04 100644 --- a/topics/systems/virtuoso.gmi +++ b/topics/systems/virtuoso.gmi @@ -41,7 +41,7 @@ sudo $(guix system container --network --share=/tmp/virtuoso-state=/var/lib/virt When running the above command, you will be given the container's PID. Should you want to inspect the container, you can run: ``` -sudo nsenter -at PID (readlink -f $HOME/.guix-profile/bin/zsh) +sudo nsenter -at PID /run/current-system/profile/bin/bash ``` Also, in this set-up, note that the conductor web interface is not supported in the GUIX Service that's part of guix-bioinformatics. It isn't required for using virtuoso as a SPARQL server and only adds to the confusion. |