Merge pull request #521 from AnotherKamila/devuan-fix-start-on-boot

`__start_on_boot`: add support for devuan
remotes/origin/prometheus
Darko Poljak 8 years ago committed by GitHub
commit da58bcd436
  1. 3
      cdist/conf/type/__start_on_boot/gencode-remote

@ -54,6 +54,9 @@ case "$state_should" in
;;
esac
;;
devuan)
echo "update-rc.d \"$name\" defaults >/dev/null"
;;
gentoo)
echo rc-update add \"$name\" \"$target_runlevel\"

Loading…
Cancel
Save