summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-10-14 10:32:45 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-10-15 00:47:04 +0200
commiteb0a94db0d6b8961a5680e599b4f806fe9822908 (patch)
treef5d63f417d858671fb413f88115539cbce8b566c
parentf1598d7814b3c82b16f1a6b4e82ae41613e09501 (diff)
downloadnetctl-eb0a94db0d6b8961a5680e599b4f806fe9822908.tar.gz
netctl-eb0a94db0d6b8961a5680e599b4f806fe9822908.tar.xz
Workaround systemd shutdown bug
Addendum to 95489.
-rw-r--r--systemd/netcfg@.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/netcfg@.service b/systemd/netcfg@.service
index ddd5ae3..57229f8 100644
--- a/systemd/netcfg@.service
+++ b/systemd/netcfg@.service
@@ -8,6 +8,7 @@ Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/netcfg check-iface %i
ExecStop=-/usr/bin/netcfg down %i
+KillMode=none
[Install]
WantedBy=multi-user.target