From b91653c6969350eb40137ce44f7faa98865f6994 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 10 Oct 2024 23:48:01 -0400 Subject: [PATCH] enable systemd-oomd.service during initial deployment --- deploy-initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-initial b/deploy-initial index 143c0eb..b4eddf7 100755 --- a/deploy-initial +++ b/deploy-initial @@ -57,7 +57,7 @@ rm ssh/sshd_config.tmp rsync -cv nftables/nftables-${hosts_firewall[$host]:-web}.conf $remote:/mnt/etc/nftables.conf -ssh $remote "arch-chroot /mnt systemctl enable chronyd.service fstrim.timer logrotate.timer nftables.service plocate-updatedb.timer systemd-networkd.service sshd.service sysstat.service unbound.service" +ssh $remote "arch-chroot /mnt systemctl enable chronyd.service fstrim.timer logrotate.timer nftables.service plocate-updatedb.timer systemd-networkd.service systemd-oomd.service sshd.service sysstat.service unbound.service" ssh $remote "arch-chroot /mnt systemctl disable remote-fs.target systemd-network-generator.service" ssh $remote "arch-chroot /mnt groupadd -g 2000 io_uring"