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

`__start_on_boot`: add support for devuan
This commit is contained in:
Darko Poljak 2017-03-22 16:56:16 +01:00 committed by GitHub
commit da58bcd436
1 changed files with 3 additions and 0 deletions

View File

@ -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\"