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) (unidiff)
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 @@
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>