From 0dcd593d7f1a35ff09710f42d0fb1343fc20902e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 4 Jun 2025 14:24:38 -0400 Subject: [PATCH] plocate-updatedb.timer is enabled by default now --- deploy-initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-initial b/deploy-initial index 70df702..228dc9e 100755 --- a/deploy-initial +++ b/deploy-initial @@ -61,7 +61,7 @@ rm etc/ssh/sshd_config.tmp rsync -cv etc/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 systemd-oomd.service sshd.service sysstat.service unbound.service" +ssh $remote "arch-chroot /mnt systemctl enable chronyd.service fstrim.timer logrotate.timer nftables.service 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 systemd-userdbd.socket" ssh $remote "arch-chroot /mnt groupadd -g 2000 io_uring" ssh $remote "arch-chroot /mnt groupadd -g 2100 tls"