daemontools is a collection of tools for managing UNIX services. Not to be confused with "DAEMON Tools", the disk image emulation tool for Windows.
1
vote
1answer
53 views
Daemontools multilog loses log line time information. How to fix it?
I am using daemontools to monitor a process and its output log. I am using multilog to write the logs to disk.
The run script for the log is:
#!/bin/bash
PATH=/usr/local/bin:/usr/bin:/bin
cd ...
2
votes
1answer
135 views
How to run a job every 6 hours starting at 3:00 using runwhen
I try to make runwhen perform a job every 6 hours, starting at 3:00 in the morning.
(How) Can this be done?
2
votes
1answer
1k views
Compiling daemontools on ubuntu or debian
I am installing D.J.B.'s daemontools on an ubuntu 10.04 server (64 bit).
(This question is about daemontools, which is a free and open software for managing UNIX services. It is not about 'DAEMON ...
2
votes
1answer
203 views
Why does the rc.status file set the LC_ALL locale
I am currently creating a daemon service and in order to leverage existing service functionality, the startup script sources from /etc/status.
This causes a problem with our service because within ...
2
votes
1answer
199 views
Are there any good tutorials for NetBSD and daemontools?
I'm looking for some good resources on running daemontools on a NetBSD box. I've installed the binary package via pkg_add, but I can't seem to find an rc script for starting, e.g., svscan. I'm mostly ...