On Mon, Sep 25, 2017 at 2:47 PM, Mantas Mikulėnas wrote:
> On Mon, Sep 25, 2017 at 8:59 AM, Xin Long wrote:
>>
>> Hi,
>>
>> linux network is using
>> systemctl start teamd@team0.service
>> to start a teamd service, which will call teamd.
>>
>&
Hi,
linux network is using
systemctl start teamd@team0.service
to start a teamd service, which will call teamd.
I got a teamd issue to debug, I wanted generate core file by adding abort()
in teamd and ulimit -c unlimited.
But when I start the deamon by "teamd" directly, I could get core file.
> Will service [a] block there when system shudown ?
Default execution is synchronous, so yes, it will block.
>>> even stop with "systemctl stop"? it looks kinda stopping manually.
>>> still check the dependence ?
>>>
>>> do you have some way to let it not block, like some params of s
Will service [a] block there when system shudown ?
>>>
>>> Default execution is synchronous, so yes, it will block.
>> even stop with "systemctl stop"? it looks kinda stopping manually.
>> still check the dependence ?
>>
>> do you have some way to let it not block, like some params of systemct
Hi, Andrei:
On Fri, Aug 5, 2016 at 7:13 PM, Andrei Borzenkov wrote:
> On Fri, Aug 5, 2016 at 2:01 PM, Xin Long wrote:
>> When system shutdown, service [a] try to kill service [b] with 'systemctl
>> stop',
>> but we define the dependence that [b] must die after [a
When system shutdown, service [a] try to kill service [b] with 'systemctl stop',
but we define the dependence that [b] must die after [a].
Will service [a] block there when system shudown ?
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.o
I want teamd.service is stopped after network is stopped when system
shutdown, then I add two line in teamd.service as systemd-devel suggests.
Before=network-pre.target
Wants=network-pre.target
But in /etc/sysconfig/network-scripts/ifdown-Team, it also kills teamd with:
/usr/bin/syst
On Fri, Jun 24, 2016 at 6:22 PM, Michael Hirmke wrote:
> Hi Xin,
>
>>Hi,
>
>>I have a service, and want it to be stopped only after network is
>>stopped when system shutdown.
>
>>I checked "man systemd.special ", network is a special internal
>>service for systemd, , and I found "network.target":
On Fri, Jun 24, 2016 at 6:23 PM, Andrei Borzenkov wrote:
> On Fri, Jun 24, 2016 at 1:11 PM, Xin Long wrote:
>> Hi,
>>
>> I have a service, and want it to be stopped only after network is
>> stopped when system shutdown.
>>
>> I checked "man syst
Hi,
I have a service, and want it to be stopped only after network is
stopped when system shutdown.
I checked "man systemd.special ", network is a special internal
service for systemd, , and I found "network.target":
"at shutdown, a unit that is ordered after network.target will be
stopped before
10 matches
Mail list logo