index
:
perldaemon
develop
master
PerlDaemon is a minimal daemon for Linux/UNIX programmed in Perl supporting logrotating, starting, stopping and a minimal configuration file. It can be extended to fit any task.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-06-02
last run -> last triggered
Paul Buetow
2011-06-02
Added source headers
Paul Buetow
2011-06-02
Added module load error handling
Paul Buetow
2011-05-30
Time::HiRes job scheduling support
Paul Buetow
2011-05-30
Passing of startup options now also works using restart
Paul Buetow
2011-05-30
Passing of startup options work
Paul Buetow
2011-05-30
Allow command line arguments in TODO list
Paul Buetow
2011-05-24
removed a whitespace
Paul Buetow
2011-05-24
initial working Time::HiRes interval handling
Paul Buetow
2011-05-24
logging to stdout if daemonize != yes
Paul Buetow
2011-05-24
added daemon.daemonize option (daemon can now start in the foreground if wished)
Paul Buetow
2011-05-24
documented renaming of config options
Paul Buetow
2011-05-24
renamed modules config options (added extra dots)
Paul Buetow
2011-05-23
fixed a prototype
Paul Buetow
2011-05-23
added a TODO line
Paul Buetow
2011-05-23
some code cleaning
Paul Buetow
2011-05-23
lastrun time tracking before $v->do()
Paul Buetow
2011-05-23
fixed lastrun hash access
Paul Buetow
2011-05-23
initial Time::HiRes scheduler
Paul Buetow
2011-05-23
initial TODO list
Paul Buetow
2011-05-13
added VERSION file
Paul Buetow
2011-05-13
updated README file
Paul Buetow
2011-05-13
ExampleModule.pm works
Paul Buetow
2011-05-13
added separate logrotate() function
Paul Buetow
2011-05-13
set the executable bit
v1.1
Paul Buetow
2011-05-13
added 'restart' command
Paul Buetow
2011-05-13
using #!/usr/bin/env in shebang for bsd compat
Paul Buetow
2011-05-13
added symlink
Paul Buetow
2011-05-13
added initial README file
Paul Buetow
2011-05-13
added Logger::warn
Paul Buetow
2011-05-13
added an example module
Paul Buetow
2011-05-13
s/RunModule/RunModules/g
Paul Buetow
2011-05-13
introduced PerlDaemonModules
Paul Buetow
2011-05-13
added perl -I$LIBDIR startup option
Paul Buetow
2011-05-13
re-moved modules into PerlDaemon::
Paul Buetow
2011-05-13
re-added PerlDaemon:: namespace
Paul Buetow
2011-05-13
dont need a wrapper of a wrapper
Paul Buetow
2011-05-13
./bin contains the start script
Paul Buetow
2011-05-13
directory is now obsolete
Paul Buetow
2011-05-13
copied stuff into ./lib
Paul Buetow
2011-05-13
added lib directory
Paul Buetow
2011-05-13
added ./bin directory
Paul Buetow
2011-03-17
added extra pidfile checking on shutdown
Paul Buetow
2011-03-17
PerlDaemon:: module prefix works now
Paul Buetow
2011-03-17
renamed due module name
Paul Buetow
2011-03-17
added module prefixes
Paul Buetow
2011-03-17
./lib and ./conf added.
Paul Buetow
2011-03-17
added conf dir
Paul Buetow
2011-03-17
added lib dir
Paul Buetow
2011-03-17
renamed DaemonLogic into RunModule
Paul Buetow
[next]