Proxmox Linux Container LXC Setup

From Irregularpedia
Revision as of 05:34, 7 September 2024 by Maintenance script (talk | contribs) (Initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Within LXC source: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/703

<syntaxhighlight lang="shell">mkdir -p /etc/systemd/system/matrix-synapse.service.d echo "[Service] Type=simple Environment="HOME=/root" ExecStartPre=-/usr/bin/env sh -c 'mount --make-shared /' " > /etc/systemd/system/matrix-synapse.service.d/override.conf systemctl daemon-reload</syntaxhighlight>