Actions
Feature #25
closed
WA
WA
Investigate and implement a way for the pid to be set
Feature #25:
Investigate and implement a way for the pid to be set
Description
The pid is failing because on Windows, Linux (AppImage) and MacOS the pid file cannot be written. This is useful because a name is set on PID. This could be used to kill the emulation from Kyvos.
I need to find a way to make this work. Maybe if the path can be set to use the kyvos folder in HOME
The -pidfile takes a full path. So, it would be necessary to try with defining like that.
https://www.qemu.org/docs/master/tools/qemu-storage-daemon.html#cmdoption-qemu-storage-daemon-pidfile
Actions