chiark / gitweb /
rules: only run systemd-sysctl when a network device is added
authorRoss Lagerwall <rosslagerwall@gmail.com>
Thu, 13 Jun 2013 09:45:12 +0000 (10:45 +0100)
committerKay Sievers <kay@vrfy.org>
Mon, 17 Jun 2013 19:17:59 +0000 (21:17 +0200)
commitc647f10918940b5d11870df6d008c6c3180bdc41
treea43bee59faec9e6307ef2d62fa8c2cd0cd9b3701
parent602c0e740f8290cc9c4f13f2eb4b23fbbd7a8d2b
rules: only run systemd-sysctl when a network device is added

Otherwise, when a network device is renamed, systemd-sysctl is run twice
with the same network device name: once for ACTION="add" and once for
ACTION="move".
rules/99-systemd.rules.in