summaryrefslogtreecommitdiffabout
path: root/debian/dudki.conf
authorMichael Krelin <hacker@klever.net>2011-10-10 21:21:36 (UTC)
committer Michael Krelin <hacker@klever.net>2011-10-12 19:58:30 (UTC)
commite402d5619a9dd86e0f51fa39418f4db490ef1037 (patch) (unidiff)
tree69b9176d76d71b5f147c8a93830e1b6d66f3daa1 /debian/dudki.conf
parent970337c91c02afa9b8d33ab5596270594ffe58e6 (diff)
downloaddudki-e402d5619a9dd86e0f51fa39418f4db490ef1037.zip
dudki-e402d5619a9dd86e0f51fa39418f4db490ef1037.tar.gz
dudki-e402d5619a9dd86e0f51fa39418f4db490ef1037.tar.bz2
debianizationHEADmaster
Ubuntization to be precise. Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'debian/dudki.conf') (more/less context) (ignore whitespace changes)
-rw-r--r--debian/dudki.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/dudki.conf b/debian/dudki.conf
new file mode 100644
index 0000000..cfd6800
--- a/dev/null
+++ b/debian/dudki.conf
@@ -0,0 +1,17 @@
1CheckInterval 75
2PidFile /var/run/dudki.pid
3Daemonize on
4
5Notify mailto:root
6MailtoHeader From "Dudki Process Manager <root>"
7MailtoHeader User-Agent "Dudki Process Manager"
8
9<Process sshd>
10 PidFile /var/run/sshd.pid
11 RestartCommand "exec invoke-rc.d ssh restart"
12</Process>
13
14<Process cron>
15 ProcessName cron
16 RestartCommand "exec invoke-rc.d cron restart"
17</Process>