mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-10-31 09:20:21 +00:00
27 lines
640 B
Plaintext
27 lines
640 B
Plaintext
<?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>network.loki.lokinet.daemon</string>
|
|
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/var/lib/lokinet/lokinet_macos_daemon_script.sh</string>
|
|
</array>
|
|
|
|
<!-- 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>
|
|
|
|
<key>StandardOutPath</key>
|
|
<string>/var/log/lokinet.log</string>
|
|
</dict>
|
|
</plist>
|