diff --git a/launchd/net.andrew.backup.sh.plist b/launchd/net.andrew.backup.sh.plist new file mode 100644 index 0000000..81f371b --- /dev/null +++ b/launchd/net.andrew.backup.sh.plist @@ -0,0 +1,22 @@ + + + + + Label + net.andrew.backup.sh + ProgramArguments + + touch + /tmp/helloworld + + StartCalendarInterval + + Minute + 0 + + StandardOutPath + /var/log/testDaemon.log + StandardErrorPath + /var/log/testDaemon.log + + \ No newline at end of file