diff options
| author | alex <alex@pdp7.net> | 2023-10-24 21:42:59 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-10-24 21:42:59 +0200 |
| commit | e3d74bea1f2f8b6115d2f54ff1997becef76760e (patch) | |
| tree | 8514c51a25d26c518edac418750a2b39689d9866 /scripts | |
| parent | 6afd802003de473c7adc5e7e0ff860e220c70031 (diff) | |
Patch for LXC
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 |
