summaryrefslogtreecommitdiff
path: root/sys-apps/dudki/files/dudki.conf
Side-by-side diff
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 @@
+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>