All of lore.kernel.org
 help / color / mirror / Atom feed
* daemontools
@ 2015-06-17  7:49 matti kaasinen
  0 siblings, 0 replies; only message in thread
From: matti kaasinen @ 2015-06-17  7:49 UTC (permalink / raw)
  To: openembedded-devel

Hi!
As Arago distribution does not support systemd or upstart (which is kind of
dying), I'm looking for other decent service manager. I found daemontools
from openembedded/fido branch. It bakes fine. I would have few comments
regarding daemontools (svscanboot) starter  script and daemontools install
package.

Daemontools tend to install it's own commands to /command folder. However,
daemontools_0.76.bb does not install /command folder and instead, installs
binaries to Linux standard place ${D}/${bindir}. Also standard position for
daemontools service scripts is /service folder that is not installed at
all. I'm not sure how much daemontools commands rely on these standard
positions, but at least this svscanboot seems unpatched having these
default folders.

So, at least /command should be removed from svscanboot script:
/command/svc -dx /service/* /service/*/log
=>
svc -dx /service/* /service/*/log

Also I suppose service directory should also be installed somewhere. For
instance /etc/service (Ubuntu way) or /service to make things compatible
with examples or perhaps /etc/daemontools.

In any case, I'll try patching this on my own layer to check out if there
are built in dependencies.
-Matti


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-17  7:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-17  7:49 daemontools matti kaasinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.