From 95489893245a5ffedcb217c65b04bcab46511e5f Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Mon, 24 Sep 2012 22:18:11 +0200 Subject: Workaround systemd shutdown bug systemd does not deal with the combination Type=oneshot RemainAfterExit=yes correctly: systemd bug 54041. --- systemd/netcfg.service | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/netcfg.service b/systemd/netcfg.service index e9dcfbc..f400be0 100644 --- a/systemd/netcfg.service +++ b/systemd/netcfg.service @@ -8,6 +8,7 @@ Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/netcfg-daemon start ExecStop=/usr/bin/netcfg-daemon stop +KillMode=none [Install] WantedBy=multi-user.target -- cgit v1.2.3-24-g4f1b