Text only
|
Text with Images
Artix Linux Forum
Init systems => dinit => Topic started by: deadeyex on 17 July 2022, 23:19:31
Title:
how do i do this
Post by:
deadeyex
on
17 July 2022, 23:19:31
on system d systems i type systemcl -w vsyscall32=0
what is the dinit equivalent?
Title:
Re: how do i do this
Post by:
VictorBrand
on
17 July 2022, 23:35:10
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.
Text only
|
Text with Images