in reply to Re^3: Daemon::Control pid-files
in thread Daemon::Control pid-files
many thanks for your reply - it is very interesting.
However my requirement is a little different (I probably should have mentioned that earlier).
My Pi runs with an older (still system v init) based version of raspbian.
What I want is to set the time at boot time from a dvb-c signal (a one-off event) - but I want to do that not at some random time but at a time after syslog is available but before certain other services start start.
By using a sysv init script I can express this order via LSB-entries which makes it pretty simple.
This has led me to Daemon::Control which in turn requires the use of a pid file (that I don't really care about).
And while this may be a topic for another forum: Do you think daemontools still have an ecological niche on Debian-based systems now that systemd is taking over?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Daemon::Control pid-files
by afoken (Chancellor) on Apr 18, 2016 at 14:43 UTC |