On Wed, 13.08.14 12:30, Leonid Isaev (lis...@umail.iu.edu) wrote:

> > What's the Type= of the units?
> 
> netclt@.service is Type=oneshot:
> ------
> $ cat /usr/lib/systemd/system/netctl@.service 
> [Unit]
> Description=Networking for netctl profile %I
> Documentation=man:netctl.profile(5)
> Before=network.target netctl.service
> Wants=network.target
> 
> [Service]
> Type=oneshot
> RemainAfterExit=yes
> ExecStart=/usr/lib/network/network start %I
> ExecStop=/usr/lib/network/network stop %I
> KillMode=none

If processes stay around Type=oneshot is wrong really. Type=forking is
more appropriate then.

Lennart

-- 
Lennart Poettering, Red Hat
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to