Private
Public Access
1
0
Files
Kordophone/Services/net.buzzert.kordophoned.plist

25 lines
601 B
Plaintext
Raw Normal View History

2021-06-06 23:39:04 -07: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>
<key>EnvironmentVariables</key>
<dict>
<key>NSRunningFromLaunchd</key>
<string>1</string>
</dict>
<key>KeepAlive</key>
<dict>
<key>SuccessfulExit</key>
<false/>
</dict>
<key>Label</key>
<string>net.buzzert.kordophoned</string>
<key>POSIXSpawnType</key>
<string>Interactive</string>
<key>ProgramArguments</key>
<array>
<string>/usr/share/kordophone/bootstrap_kordophone.sh</string>
</array>
</dict>
</plist>