summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2019-04-20 21:18:29 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2019-04-20 21:18:29 -0700
commit89ca5575bc9d8380997b5d3ec2e3f918a9790012 (patch)
treee0159039539a4c1d16c829cebacf223d29f1825d
parentsh/functions.sh: Avoid bashisms in shell_var() (diff)
parentsystemd should not fail if a service is backgrounding (diff)
downloadnetifrc-89ca5575bc9d8380997b5d3ec2e3f918a9790012.tar.gz
netifrc-89ca5575bc9d8380997b5d3ec2e3f918a9790012.tar.bz2
netifrc-89ca5575bc9d8380997b5d3ec2e3f918a9790012.zip
systemd should not fail if a service is backgrounding
Merge PR#29 Fixes: https://github.com/gentoo/netifrc/pull/29 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--systemd/net_at.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/net_at.service.in b/systemd/net_at.service.in
index ac89899..5c3d911 100644
--- a/systemd/net_at.service.in
+++ b/systemd/net_at.service.in
@@ -5,6 +5,7 @@ Description=Gentoo Network Interface Management Scripts
Type=oneshot
ExecStart=@LIBEXECDIR@/sh/systemd-wrapper.sh -i %I start
ExecStop=@LIBEXECDIR@/sh/systemd-wrapper.sh -i %I stop
+SuccessExitStatus=1
RemainAfterExit=yes
[Install]