/ config / com.sovereign.attention-daemon.plist
com.sovereign.attention-daemon.plist
 1  <?xml version="1.0" encoding="UTF-8"?>
 2  <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 3  <plist version="1.0">
 4  <dict>
 5      <key>Label</key>
 6      <string>com.sovereign.attention-daemon</string>
 7  
 8      <key>ProgramArguments</key>
 9      <array>
10          <string>/usr/bin/python3</string>
11          <string>-m</string>
12          <string>core.attention.daemon</string>
13      </array>
14  
15      <key>WorkingDirectory</key>
16      <string>/Users/rcerf/repos/Sovereign_OS</string>
17  
18      <key>EnvironmentVariables</key>
19      <dict>
20          <key>PYTHONPATH</key>
21          <string>/Users/rcerf/repos/Sovereign_OS</string>
22      </dict>
23  
24      <key>RunAtLoad</key>
25      <true/>
26  
27      <key>KeepAlive</key>
28      <true/>
29  
30      <key>StandardOutPath</key>
31      <string>/Users/rcerf/repos/Sovereign_Estate/logs/attention-daemon.log</string>
32  
33      <key>StandardErrorPath</key>
34      <string>/Users/rcerf/repos/Sovereign_Estate/logs/attention-daemon.error.log</string>
35  
36      <key>ThrottleInterval</key>
37      <integer>5</integer>
38  </dict>
39  </plist>