Skip to content

Commit ab4d9a7

Browse files
authored
Change sysctl location on TrueNAS
Truenas will overwrite the /etc/sysctl.d/tunables.conf every boot
1 parent b76b89b commit ab4d9a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TrueNAS-25.04.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ unpriv curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/r
2929
systemctl restart chronyd
3030

3131
# Configure sysctl
32-
unpriv curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/sysctl.d/99-server.conf | tee /etc/sysctl.d/tuneables.conf > /dev/null
32+
unpriv curl -s https://raw.githubusercontent.com/Metropolis-nexus/Common-Files/main/etc/sysctl.d/99-server.conf | tee /etc/sysctl.d/99-server.conf > /dev/null
3333
sysctl -p

0 commit comments

Comments
 (0)