mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-05 21:14:17 -04:00
remove temporary file
This commit is contained in:
parent
7debc5a0b5
commit
86de34d069
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ rm etc/ssh/sshd_config.tmp
|
|||
synproxy_threshold=$(( ${hosts_conntrack_size[$host]} / 64 ))
|
||||
sed "s/{{synproxy_threshold}}/$synproxy_threshold/g" etc/nftables/nftables-${hosts_firewall[$host]:-web}.conf >tmp
|
||||
rsync -cv tmp $remote:/mnt/etc/nftables.conf
|
||||
rm tmp
|
||||
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue