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/04/28 18:47] – [Initialise] 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 282: Line 283:
 apt install runit-init apt install runit-init
 reboot reboot
 +</code>
 +
 +or 
 +
 +<code>
 +apt-get install runit runit-run runit-systemd
 </code> </code>
  
Line 290: 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>