mirror of
https://github.com/librenms/librenms-agent.git
synced 2024-05-09 09:54:52 +00:00
Enable dpkg and dmi by default
This commit is contained in:
3
debian/postinst
vendored
3
debian/postinst
vendored
@@ -16,6 +16,9 @@ set -e
|
|||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
configure)
|
||||||
[ -x /usr/sbin/service ] && service xinetd restart
|
[ -x /usr/sbin/service ] && service xinetd restart
|
||||||
|
echo "Enable some default services"
|
||||||
|
/usr/bin/mk_enplug dpkg
|
||||||
|
/usr/bin/mk_enplug dmi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
abort-upgrade|abort-remove|abort-deconfigure)
|
abort-upgrade|abort-remove|abort-deconfigure)
|
||||||
|
|||||||
Reference in New Issue
Block a user