mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
20 lines
565 B
Plaintext
20 lines
565 B
Plaintext
<?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>sower</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/usr/local/bin/sower</string>
|
|
<string>-f</string>
|
|
<string>/usr/local/etc/sower/sower.hcl</string>
|
|
</array>
|
|
<key>KeepAlive</key>
|
|
<true/>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>WorkingDirectory</key>
|
|
<string>/usr/local/etc</string>
|
|
</dict>
|
|
</plist> |