[launchd-dev] multiple commands in one launchd item

dev.admin at ntlworld.com dev.admin at ntlworld.com
Tue Dec 15 05:38:55 PST 2009


Hi Scott,

It should be:

/bin/bash
-c
code; code; code

on separate item lines.



The file redirection should be:

bin/echo "this is a test" >> /tmp/filename

in at least bash. The man page of echo utility does say that
the command line should be similar or identical to the shell
command.

A.



More information about the launchd-dev mailing list