1 2 3 4 5 6 7
#!/bin/sh if [ -x "`which daemon`" ]; then daemon emacs --daemon daemon sysfiles daemon maildirproc fi