Skip to main content
Topic: how do i do this (Read 402 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

how do i do this

on system d systems i type systemcl -w vsyscall32=0
what is the dinit equivalent?

Re: how do i do this

Reply #1
I suppose, you can run
Code: [Select]
sysctl abi.vsyscall32=0

Also, you can put a string abi.vsyscall32=0 in a .conf file located in /etc/sysctl.d, say /etc/sysctl.d/local.conf, and this kernel parameter will be applied automatically during startup.