Add postinst enablement of services removing the --no-start from the rules didn't have the desired effect

This commit is contained in:
Adam Boardman 2021-01-16 23:53:43 +00:00
parent 5bcc267c9c
commit 3cd0dd6db0

15
debian/postinst vendored
View file

@ -3,4 +3,19 @@
systemctl disable lxc systemctl disable lxc
systemctl disable lxc-net systemctl disable lxc-net
systemctl enable var-lib-lxc-android-rootfs.mount
systemctl enable vendor.mount
systemctl enable system_root.mount
systemctl enable system.mount
systemctl enable mnt-vendor-protect_s.mount
systemctl enable mnt-vendor-protect_f.mount
systemctl enable mnt-vendor-persist.mount
systemctl enable mnt-vendor-nvdata.mount
systemctl enable mnt-vendor-nvcfg.mount
systemctl enable dev-cpuset.mount
systemctl enable config.mount
systemctl enable bind-vendor.service
systemctl enable wlan-module.service
systemctl enable lxc-android.service
exit 0 exit 0