[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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



We probably need to tweak the Type= [1] setting depending on what type
of service svcanboot is.

[1] man systemd.service

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: