Host Service? #959
Closed
eschreiber-alink
started this conversation in
General
Replies: 3 comments
|
I think I see - "Session Hooks" available from the Session | Hooks menu or programmatically with session.add_hook (example: https://github.com/coreemu/core/blob/master/daemon/tests/test_xml.py#L25). |
0 replies
|
I am sorry, I saw this and then spaced out on responding. This is exactly what I would have suggested. Session hook scripts can be triggered at runtime and run at the system level. That's probably the only real way, otherwise it would just be something that could be scripted when driving CORE programmatically etc. |
0 replies
|
Thanks and no worry. It's in the manual (https://coreemu.github.io/core/gui.html#session-menu) and wasn't hard to find when I took the time to look for it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Does the notion of a host service exist, where the user can configure an application/service to run on the host rather than one of the node containers? Is so, is there an example? Thanks!
All reactions