Difference between revisions of "/Library/LaunchDaemons/com.canonical.multipassd.plist"
Jump to navigation
Jump to search
(Created page with " == See also == * {{multipass}} Category:Multipass") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <?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>com.canonical.multipassd</string> | ||
+ | |||
+ | <key>EnvironmentVariables</key> | ||
+ | <dict> | ||
+ | <key>PATH</key> | ||
+ | <string>/Library/Application Support/com.canonical.multipass/bin:/usr/bin:/bin:/usr/sbin:/sbin</string> | ||
+ | </dict> | ||
+ | |||
+ | <key>ProgramArguments</key> | ||
+ | <array> | ||
+ | <string>[[/Library/Application Support/com.canonical.multipass/bin/multipassd]]</string> | ||
+ | <string>--verbosity</string> | ||
+ | <string>debug</string> | ||
+ | </array> | ||
+ | |||
+ | <key>KeepAlive</key> | ||
+ | <true/> | ||
+ | |||
+ | <key>Sockets</key> | ||
+ | <dict> | ||
+ | <key>Listeners</key> | ||
+ | <dict> | ||
+ | <key>SockServiceName</key> | ||
+ | <string>50051</string> | ||
+ | <key>SockType</key> | ||
+ | <string>stream</string> | ||
+ | </dict> | ||
+ | </dict> | ||
+ | |||
+ | <key>StandardOutPath</key> | ||
+ | <string>/Library/Logs/Multipass/multipassd.log</string> | ||
+ | <key>StandardErrorPath</key> | ||
+ | <string>/Library/Logs/Multipass/multipassd.log</string> | ||
+ | </dict> | ||
+ | |||
+ | </plist> | ||
Latest revision as of 05:17, 12 September 2022
<?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>com.canonical.multipassd</string>
<key>EnvironmentVariables</key> <dict> <key>PATH</key> <string>/Library/Application Support/com.canonical.multipass/bin:/usr/bin:/bin:/usr/sbin:/sbin</string> </dict>
<key>ProgramArguments</key> <array> <string>/Library/Application Support/com.canonical.multipass/bin/multipassd</string> <string>--verbosity</string> <string>debug</string> </array>
<key>KeepAlive</key> <true/>
<key>Sockets</key> <dict> <key>Listeners</key> <dict> <key>SockServiceName</key> <string>50051</string> <key>SockType</key> <string>stream</string> </dict> </dict>
<key>StandardOutPath</key> <string>/Library/Logs/Multipass/multipassd.log</string> <key>StandardErrorPath</key> <string>/Library/Logs/Multipass/multipassd.log</string> </dict> </plist>
See also[edit]
Advertising: