Yet Another Stupid Network Daemon
Go to file
Sergey Popov 9668922f8f Revert "remove unneeded fork(for now)"
This reverts commit 955aeb64b7.
Implement pid file management and locking. Only single instance of daemon is allowed
2012-01-03 03:48:26 +04:00
contrib make failures thresholds configurable 2012-01-03 03:05:53 +04:00
.gitignore initial commit 2011-11-15 14:41:46 +04:00
AUTHORS initial commit 2011-11-15 14:41:46 +04:00
autogen.sh initial commit 2011-11-15 14:41:46 +04:00
ChangeLog initial commit 2011-11-15 14:41:46 +04:00
configure.ac change default installation path for yasnd binary to /sbin 2011-12-20 17:33:51 +04:00
COPYING initial commit 2011-11-15 14:41:46 +04:00
INSTALL initial commit 2011-11-15 14:41:46 +04:00
Makefile.am change default installation path for yasnd binary to /sbin 2011-12-20 17:33:51 +04:00
NEWS initial commit 2011-11-15 14:41:46 +04:00
README fix missing license info in README 2011-11-16 15:57:09 +04:00
yasnd-gammu.c implement SMS sending via IPC queue loop 2011-12-19 18:35:14 +04:00
yasnd-ipc.c rename variable "sms_send_enable" to "sms_enable" 2011-12-20 17:05:53 +04:00
yasnd.c Revert "remove unneeded fork(for now)" 2012-01-03 03:48:26 +04:00
yasnd.h rename variable "sms_send_enable" to "sms_enable" 2011-12-20 17:05:53 +04:00

yasnd - Yet Another Stupid Network Daemon

yasnd is a little daemon that checks availability of network resources(hosts, services)

This program is distributed under terms of GNU GPL v2 or higher

For installation instructions please see INSTALL file