← back to Marketing Command Center

deploy/com.steve.dw-follow-counts.plist

29 lines

<?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>com.steve.dw-follow-counts</string>
	<key>ProgramArguments</key>
	<array>
		<string>/opt/homebrew/bin/node</string>
		<string>/Users/macstudio3/Projects/marketing-command-center/scripts/follow-counts-snapshot.js</string>
	</array>
	<key>RunAtLoad</key>
	<true/>
	<key>StandardErrorPath</key>
	<string>/Users/macstudio3/Projects/marketing-command-center/data/follow-counts-snapshot.err</string>
	<key>StandardOutPath</key>
	<string>/Users/macstudio3/Projects/marketing-command-center/data/follow-counts-snapshot.out</string>
	<key>StartCalendarInterval</key>
	<dict>
		<key>Hour</key>
		<integer>7</integer>
		<key>Minute</key>
		<integer>5</integer>
	</dict>
	<key>WorkingDirectory</key>
	<string>/Users/macstudio3/Projects/marketing-command-center</string>
</dict>
</plist>