__start_on_boot: add support for devuan

This commit is contained in:
kamila 2017-03-22 12:30:00 +01:00
parent 517493ea92
commit 46bbafa509
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\"