mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
enable sysstat.service during initial deployment
This commit is contained in:
parent
ce3ab7802c
commit
a410e5aac6
@ -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 unbound.service"
|
||||
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 disable remote-fs.target systemd-network-generator.service"
|
||||
ssh $remote "arch-chroot /mnt groupadd -g 2000 io_uring"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user