RFH: Re: Bug#752075: daemontools-run: Add systemd support

Michael Biebl biebl at debian.org
Fri Jul 4 14:49:19 BST 2014


Am 04.07.2014 14:34, schrieb Michael Biebl:
> Hi Gerrit,
> 
> Am 04.07.2014 13:50, schrieb Gerrit Pape:
>> I hereby ask for help to add systemd support to these packages.
> 
> We (pkg-systemd team) can help you with that.
> 
> Let's follow up on the pkg-systemd mailing list.
> 
> In most cases adding a .service file is pretty simple.
> If it's only about starting a svscanboot process, that might be as
> simple as installing a file
> /lib/systemd/system/svscanboot.service containing
> 
> [Unit]
> Description=daemon tools
> 
> [Service]
> ExecStart=/usr/bin/svscanboot
> Restart=always
> 
> [Install]
> WantedBy=multi-user.target
> 

Joern, could you copy the attached file to /etc/systemd/system, run

systemctl enable svscanboot.service


and report back if your daemontools services are properly started on the
next reboot.

I don't use daemontools myself, so it would be great if Gerrit and you
can provide more input on what kind of services need to be started or if
the attached service file might already be sufficient.

If that is the case, we just need to hook it up so the .service file is
enabled on installation. That can easily be done via dh-systemd.



Regards,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
-------------- next part --------------
[Unit]
Description=Daemon Tools

[Service]
ExecStart=/usr/bin/svscanboot
Restart=always

[Install]
WantedBy=multi-user.target
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 884 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20140704/03625f1f/attachment-0002.sig>


More information about the Pkg-systemd-maintainers mailing list