/ config / com.cerf.hypercore-daemon.plist
com.cerf.hypercore-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.cerf.hypercore-daemon</string>
 7      <key>ProgramArguments</key>
 8      <array>
 9          <string>/opt/homebrew/bin/node</string>
10          <string>/Users/rcerf/repos/Sovereign_OS/scripts/hypercore_daemon.js</string>
11      </array>
12      <key>RunAtLoad</key>
13      <true/>
14      <key>KeepAlive</key>
15      <true/>
16      <key>StandardOutPath</key>
17      <string>/tmp/hypercore-daemon.log</string>
18      <key>StandardErrorPath</key>
19      <string>/tmp/hypercore-daemon.error.log</string>
20      <key>WorkingDirectory</key>
21      <string>/Users/rcerf/repos/Sovereign_OS/scripts</string>
22      <key>EnvironmentVariables</key>
23      <dict>
24          <key>PATH</key>
25          <string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
26          <key>NODE_ENV</key>
27          <string>production</string>
28      </dict>
29  </dict>
30  </plist>