forked from ungleich-public/cdist
Merge pull request #521 from AnotherKamila/devuan-fix-start-on-boot
`__start_on_boot`: add support for devuan
This commit is contained in:
commit
da58bcd436
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ case "$state_should" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
devuan)
|
||||||
|
echo "update-rc.d \"$name\" defaults >/dev/null"
|
||||||
|
;;
|
||||||
|
|
||||||
gentoo)
|
gentoo)
|
||||||
echo rc-update add \"$name\" \"$target_runlevel\"
|
echo rc-update add \"$name\" \"$target_runlevel\"
|
||||||
|
|
Loading…
Reference in a new issue