Private GIT

Skip to content
Snippets Groups Projects
Commit 887dee61 authored by Guillaume Wuip's avatar Guillaume Wuip
Browse files

Add plist launchDaemon for macOS

parent b93170ea
No related branches found
No related tags found
No related merge requests found
<?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>gandi.ddns</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/python3</string>
<string>gandi-ddns.py</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>300</integer> <!-- every 5 mins -->
<key>KeepAlive</key>
<false/>
<key>WorkingDirectory</key>
<string>/usr/local/gandi-ddns/</string>
<key>StandardErrorPath</key>
<string>/usr/local/var/log/gandi-ddns/output.log</string>
<key>StandardOutPath</key>
<string>/usr/local/var/log/gandi-ddns/output.log</string>
</dict>
</plist>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment