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'"
;;
@ -118,6 +118,11 @@ case "$state_should" in
echo "'/etc/init.d/$name' disable"
;;
openbsd)
# OpenBSD 5.7 and higher
echo "rcctl disable '$name'"
;;
*)
echo "Unsupported os: $os" >&2
exit 1

Loading…
Cancel
Save