On Sun, 9 Apr 2017, Chris Murphy wrote:
On Tue, Apr 4, 2017 at 11:55 AM, Andrei Borzenkov wrote:
03.04.2017 07:56, Chris Murphy пишет:
On Thu, Mar 30, 2017 at 6:07 AM, Michael Chapman wrote:
I am not a filesystem developer (IANAFD?), but I'm pretty sure they're going
to say "the metadata _i
___
systemd-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/systemd-devel
On Tue, Apr 4, 2017 at 11:55 AM, Andrei Borzenkov wrote:
> 03.04.2017 07:56, Chris Murphy пишет:
>> On Thu, Mar 30, 2017 at 6:07 AM, Michael Chapman
>> wrote:
>>
>>> I am not a filesystem developer (IANAFD?), but I'm pretty sure they're going
>>> to say "the metadata _is_ synced, it's in the jou
Hello,
I am trying to establish a connection between firewalld and docker
services. I extended the default firewalld.service unit file by adding
the following:
[Service]
ExecStartPost=-/bin/bash -c '/usr/bin/test -f /etc/default/docker &&
/bin/systemctl stop docker && /bin/systemctl start docker'