summaryrefslogtreecommitdiff
path: root/sys-apps/dudki/files/dudki.conf
authorMichael Krelin <hacker@klever.net>2007-02-21 21:03:14 (UTC)
committer Michael Krelin <hacker@klever.net>2007-02-21 21:03:14 (UTC)
commit13494efdcf104f4fb71d9034f92172a73a103b1d (patch) (side-by-side diff)
tree6bb8e0a3d17ed5cf0ffe5cb101e34a55694a6eb2 /sys-apps/dudki/files/dudki.conf
parent90108e4a63115acd33d08ec6c598589c25edafea (diff)
downloadkintoo-13494efdcf104f4fb71d9034f92172a73a103b1d.zip
kintoo-13494efdcf104f4fb71d9034f92172a73a103b1d.tar.gz
kintoo-13494efdcf104f4fb71d9034f92172a73a103b1d.tar.bz2
dudki
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>