diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/p7s/soju.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/p7s/soju.py b/scripts/p7s/soju.py index 1b45c70b..e9683c5a 100644 --- a/scripts/p7s/soju.py +++ b/scripts/p7s/soju.py @@ -14,7 +14,8 @@ def setup_soju(): Image=quay.io/alexpdp7/workstation:latest Volume=/home/alex/.config/containers/systemd/soju_config:/etc/soju/config Volume=/home/alex/.local/lib/soju:/var/lib/soju/ - SecurityLabelDisable=true + # running this on an LXC container, which borks SecurityLabelDisable + #SecurityLabelDisable=true Network=host Exec=soju |
