From b49d6f579c6d0fdcbc9d05e7b2e5225b955cfc2d Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Tue, 29 Apr 2025 19:50:56 +0200 Subject: [PATCH] More information about launchd and examples --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c98995a..7affa02 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,8 @@ A guest agent for Tart VMS is a lightweight background service that runs inside Currently implemented features: * Automatic disk resizing for macOS VMs with recovery partition removed (`--resize-disk`) + * needs to be invoked as a launchd [global daemon](https://launchd.info/) + * example usage: [`tart-guest-daemon.plist`](https://github.com/cirruslabs/macos-image-templates/blob/main/data/tart-guest-daemon.plist) * Clipboard sharing for macOS VMs using our in-house SPICE vdagent implementation (`--run-vdagent`) + * needs to be invoked as a launchd [global agent](https://launchd.info/) + * example usage: [`tart-guest-agent.plist`](https://github.com/cirruslabs/macos-image-templates/blob/main/data/tart-guest-agent.plist)