4 projects tagged "daemon"
downtimed is a program that monitors operating system downtime, uptime, shutdowns, and crashes and records such events. At OS startup it logs information about previous downtime. It then periodically updates a time stamp file on the disk, which is used to determine the approximate time when the system was last up and running. During a graceful system shutdown, it records a time stamp in another file. The downtimes(1) command line tool can be used to inspect records of past downtime.
PerlDaemon is a minimal Unix daemon framework. It can be programmed in Perl to perform any task. It supports automatic daemonizing, logging and logrotate support, clean shutdown, and PID files (including a check on startup). It's easy to configure and easy to extend by customizing the daemonloop subroutine.
PHPTracker is a PHP library to generate .torrent files, set up a Bittorrent tracker server, and a seed server too. It is capable of creating standard .torrent files from any file on your server, tracking client peers and managing peer announcements, and initially seeding your file with a peer daemon that automatically shuts down once you have enough external seeders.
pmtr starts your application daemons (not the system daemons) at system boot and lets you dynamically add, remove, or edit jobs at runtime. What makes pmtr different from sysvinit and similar systems is that all your jobs are defined in one configuration file, and the syntax is friendly.