diff options
| author | Pjotr Prins | 2026-01-22 14:46:41 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2026-01-22 14:46:45 +0100 |
| commit | 8f24cf26c2931a80d7e930997a3e0b74bdcdcd4f (patch) | |
| tree | 5e33952280d85bf1aaabdb5b0e2fa3f19012414d /issues | |
| parent | 02eca0a0ee46c47c153505ca123f654c5e9a9c55 (diff) | |
| download | gn-ai-8f24cf26c2931a80d7e930997a3e0b74bdcdcd4f.tar.gz | |
octopus
Diffstat (limited to 'issues')
| -rw-r--r-- | issues/systems/apps.gmi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/issues/systems/apps.gmi b/issues/systems/apps.gmi index e374250d..808eef2c 100644 --- a/issues/systems/apps.gmi +++ b/issues/systems/apps.gmi @@ -130,7 +130,7 @@ ExecStart = /usr/local/bin/bnw-app-container WantedBy = multi-user.target ``` -We need to make sure the garbace collector does not destroy the container, add the --root switch +We need to make sure the garbage collector does not destroy the container, add the --root switch ``` /home/shepherd/guix-profiles/bnw/bin/guix system container /home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/shepherd/logs/bnw-server=/var/log --network --root=/usr/local/bin/bnw-app-container @@ -143,6 +143,8 @@ root@tux02:/home/shepherd# /home/shepherd/guix-profiles/bnw/bin/guix gc --list-r /usr/local/bin/bnw-app-container ``` +If there is a running conflict, restart shepherd in systemd. + ## R/shiny apps The R/shiny apps were showing a tarball mismatch: |
