Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:lxc [2024/05/28 17:22] – [Runit] darrontools:lxc [2024/10/24 00:19] (current) – [Setup] darron
Line 31: Line 31:
 ==systemd== ==systemd==
 <code> <code>
 +systemctl stop lxc-monitord.service
 systemctl disable lxc-monitord.service systemctl disable lxc-monitord.service
 systemctl mask lxc-monitord.service systemctl mask lxc-monitord.service
Line 296: Line 297:
 cd /etc/service cd /etc/service
 rm getty-tty* rm getty-tty*
 +</code>
 +
 +===Apt===
 +
 +<code>
 +sed -i 's/debian-security bookworm/debian-security bookworm-security/g' /etc/apt/sources.list
 </code> </code>