DCOS use ``` [Service] Restart=always StartLimitInterval=0 RestartSec=5 KillMode=control-group Delegate=true LimitNOFILE=infinity ```
I think we need ping @Joris to check if should use `KillMode=control-group` & `Delegate=true` explicitly On Tue, Jun 28, 2016 at 11:40 AM, Qiang Chen <[email protected]> wrote: > but in the bottom of > http://mesos.apache.org/documentation/latest/agent-recovery/ > > it recommends to use `KillMode=control-group` now. > > > On 2016年06月28日 11:32, haosdent wrote: > > According to > https://github.com/mesosphere/mesos-deb-packaging/blob/master/systemd/slave.systemd > , only > ``` > KillMode=process > ``` > is necessary. > > On Tue, Jun 28, 2016 at 11:22 AM, Qiang Chen <[email protected]> wrote: > >> Hi all, >> >> I'm confused that should we specify `KillMode=control-group` & >> `delegate=true` explicitly in mesos-slave.service when using centos 7 after >> mesos version 0.25.0 ? >> >> thanks. >> >> -- >> Best Regards, >> Chen, Qiang >> >> > > > -- > Best Regards, > Haosdent Huang > > > -- > Best Regards, > Chen, Qiang > > -- Best Regards, Haosdent Huang

