From e49102eea89f9f7b44945401882e7284b593f7cf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 13 May 2011 14:30:51 +0000 Subject: added initial README file plus some other stuff --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..a607e2e --- /dev/null +++ b/README @@ -0,0 +1,27 @@ +HELLO WORLD + +RunModuleemon is a minimal linux/unix daemon programmed in Perl. +It can be extended to fit any task... + +It supports: +* Automatic daemonizing +* Logging and logrotate support (SIGHUP) +* Clean shutdown support (SIGTERM) +* Pidfile support (incl. check on startup) +* Easy to configure +* Easy to extend (writing your own modules within PerlDaemonModules::) + +QUICK START GUIDE: + +# Starting +./bin/perldaemon start + +# Stopping +./bin/perldaemon stop + +# Writing your own modules: +cd ./lib/PerlDaemonModules/ +cp ExampleModule.pm YourModule.pm +vi YourModule.pm +cd - +./bin/perldaemon restart -- cgit v1.2.3