2020-04-10 19:31:00 +00:00
|
|
|
<?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>
|
2020-04-14 21:48:33 +00:00
|
|
|
<key>Label</key>
|
|
|
|
<string>network.loki.lokinet.daemon</string>
|
2020-04-10 19:31:00 +00:00
|
|
|
|
2020-04-14 21:48:33 +00:00
|
|
|
<key>ProgramArguments</key>
|
|
|
|
<array>
|
|
|
|
<string>/var/lib/lokinet/lokinet_macos_daemon_script.sh</string>
|
|
|
|
</array>
|
2020-04-10 19:31:00 +00:00
|
|
|
|
2020-04-14 21:48:33 +00:00
|
|
|
<!-- Keep Lokinet alive unless magic file exists -->
|
|
|
|
<key>KeepAlive</key>
|
|
|
|
<dict>
|
|
|
|
<key>PathState</key>
|
|
|
|
<dict>
|
|
|
|
<key>/var/lib/lokinet/suspend-launchd-service</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2020-04-10 19:31:00 +00:00
|
|
|
|
2020-11-13 18:08:25 +00:00
|
|
|
<key>StandardOutPath</key>
|
2020-11-16 21:23:25 +00:00
|
|
|
<string>/var/log/lokinet.log</string>
|
2020-04-10 19:31:00 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|