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

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