lxc-android/debian/postinst
2023-04-20 13:05:40 +01:00

14 lines
No EOL
332 B
Bash

#!/bin/bash -e
systemctl disable lxc
systemctl disable lxc-net
systemctl enable android-mount.service
systemctl enable var-lib-lxc-android-rootfs.mount
systemctl enable system.mount
systemctl enable config.mount
systemctl enable bind-vendor.service
systemctl enable wlan-module.service
systemctl enable lxc-android.service
exit 0