summaryrefslogtreecommitdiff
path: root/sys-apps/dudki/files/dudki.conf
Unidiff
Diffstat (limited to 'sys-apps/dudki/files/dudki.conf') (more/less context) (ignore whitespace changes)
-rw-r--r--sys-apps/dudki/files/dudki.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/dudki/files/dudki.conf b/sys-apps/dudki/files/dudki.conf
new file mode 100644
index 0000000..a017737
--- a/dev/null
+++ b/sys-apps/dudki/files/dudki.conf
@@ -0,0 +1,11 @@
1CheckInterval 60
2Daemonize on
3
4Notify mailto:hostmaster@localhost
5MailtoHeader From "Dudki daemon <dudki@localhost>"
6
7# This is an example entry to keep the sshd running
8<Process sshd>
9 PidFile /var/run/sshd.pid
10 RestartCommand "exec /etc/init.d/sshd start"
11</Process>