From c734a085e728b448300425d5a16ed5ec5277c24b Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Fri, 18 Aug 2023 09:03:34 -0700 Subject: [PATCH] Adding launchd scripts, needs testing --- launchd/net.andrew.backup.sh.plist | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 launchd/net.andrew.backup.sh.plist 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