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?
[Unit]
Description=Daemon Tools

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

[Install]
WantedBy=multi-user.target

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to