Re: daemontools
Volker Wysk <[email protected]>
| Newsgroups | gmane.mail.getmail.user |
|---|---|
| Message-ID | <5244497.RQb4lrjbyi@desktop> |
Am Mittwoch, 31. Januar 2018, 17:06:00 CET schrieb Volker Wysk: > This is the unit file for daemontools, in /lib/systemd/system/daemontools.service : > > [Unit] > Description=Daemontools service supervision > > [Service] > ExecStart=/usr/bin/svscanboot /etc/service/ > Restart=always > > [Install] > WantedBy=multi-user.target > > Doesn't look complicated. Perhaps I will try this, when Deamontools couldn't be made to work. I have to correct myself. I'ts quite complicated. See https://www.digitalocean.com/community/tutorials/understanding-systemd-units-and-unit-files for what seems like a good introduction into systemd and its unit files. Volker