blob: bdfe490754416f7a4c9a05d933959475b027222a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?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>life.crupest.secret-tool</string>
<key>ProgramArguments</key>
<array>
<string>/Users/crupest/.local/bin/Crupest.SecretTool</string>
</array>
<key>KeepAlive</key>
<true/>
<key>StandardOutPath</key>
<string>/Users/crupest/.local/state/Crupest.SecretTool/log</string>
<key>StandardErrorPath</key>
<string>/Users/crupest/.local/state/Crupest.SecretTool/error</string>
</dict>
</plist>
|