diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-20 21:29:40 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-20 21:29:40 -0700 |
commit | eab4e8b40431c0162a6dadd7cd3c020072b83280 (patch) | |
tree | 60e07fc1c98bf0c9c6c2436d71ca4f885f038546 /init.d | |
parent | systemd should not fail if a service is backgrounding (diff) | |
download | netifrc-eab4e8b40431c0162a6dadd7cd3c020072b83280.tar.gz netifrc-eab4e8b40431c0162a6dadd7cd3c020072b83280.tar.bz2 netifrc-eab4e8b40431c0162a6dadd7cd3c020072b83280.zip |
Add shellcheck tooling
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/net.lo.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 472ed0c..3afe046 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -1,4 +1,5 @@ #!@SBINDIR@/openrc-run +# shellcheck shell=sh disable=SC1008 # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> # Copyright (c) 2010-2016 Gentoo Foundation # Released under the 2-clause BSD license. |