diff options
Diffstat (limited to 'topics')
-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. |