summaryrefslogtreecommitdiff
path: root/.login-daemons
blob: 5b8851ebb0ff6592dc76c3179bad158ee62310c5 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ -x "`which daemon`"]; then
    daemon emacs --daemon
    daemon sysfiles
    daemon maildirproc
fi