Implement "__start_on_boot --state absent" for OpenBSD

remotes/origin/4.10
Daniel Néri 6 years ago
parent 689f37acf6
commit 15ab7c0810
  1. 7
      cdist/conf/type/__start_on_boot/gencode-remote

@ -82,7 +82,7 @@ case "$state_should" in
;;
openbsd)
# OpenBSD 5.7 and phigher
# OpenBSD 5.7 and higher
echo "rcctl enable '$name'"
;;
@ -116,6 +116,11 @@ case "$state_should" in
openwrt)
echo "'/etc/init.d/$name' disable"
;;
openbsd)
# OpenBSD 5.7 and higher
echo "rcctl disable '$name'"
;;
*)

Loading…
Cancel
Save