Skip to content

Disable debug syslog messages of VSO Codespaces with LD_PRELOAD

Notifications You must be signed in to change notification settings

davidjenei/vso-syslog-disable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

gcc -fPIC -shared -ldl -o noop-syslog.so noop-syslog.c
systemctl --user edit vso
[Service]
  Environment=LD_PRELOAD=/path-to-my-lib/noop-syslog.so

About

Disable debug syslog messages of VSO Codespaces with LD_PRELOAD

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages