Skip to content
Discussion options

You must be logged in to vote

To answer my own question, I solved this with a Launch Daemon.

% tart run --dir=admin:tag=admin sequoia-base

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Label</key>
  <string>run.tart.mountshared</string>

  <key>ProgramArguments</key>
  <array>
    <string>/sbin/mount_virtiofs</string>
    <string>admin</string>
    <string>/Users/admin</string>
  </array>

  <key>RunAtLoad</key>
  <true/>
</dict>
</plist>

Saved at /Library/LaunchDaemons/run.tart.mountshared.plist.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by DavidBraunDefense
Comment options

You must be logged in to vote
1 reply
@fkorotkov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants