Re: [systemd-devel] systemd-detect-virt API

2020-01-21 Thread Mantas Mikulėnas
On Tue, Jan 21, 2020 at 1:34 PM Pavla Kratochvilova wrote: > Hi, > > Is there any API for systemd-detect-virt that would provide a way to call > it from a c++ code? > > I need to detect if running in container and "systemd-detect-virt -c" gets > the job done, but I don't want to call the shell co

[systemd-devel] systemd-detect-virt API

2020-01-21 Thread Pavla Kratochvilova
Hi, Is there any API for systemd-detect-virt that would provide a way to call it from a c++ code? I need to detect if running in container and "systemd-detect-virt -c" gets the job done, but I don't want to call the shell command. I haven't found any good way, but maybe I am missing something. T