summaryrefslogtreecommitdiff
path: root/sys-apps/dudki/files/dudki.conf
blob: a017737f77dde1542d922139dfd4468af4ca40cb (plain)
1
2
3
4
5
6
7
8
9
10
11
CheckInterval 60
Daemonize on

Notify mailto:hostmaster@localhost
MailtoHeader From "Dudki daemon <dudki@localhost>"

# This is an example entry to keep the sshd running
<Process sshd>
 PidFile /var/run/sshd.pid
 RestartCommand "exec /etc/init.d/sshd start"
</Process>