PINE64

Full Version: auto start waydroid in plasma mobile?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
every time, I wand to run Waydroid, i must terminal
sudo systemcetl start waydroid-container.service
is it possible to automate this?
As Calendar and Address Book in Plasma Mobile are so basic, I'd rather use the LineageOS counterparts.
(03-07-2022, 01:49 AM)Uturn Wrote: [ -> ]every time, I wand to run Waydroid, i must terminal
sudo systemcetl start waydroid-container.service
is it possible to automate this?
As Calendar and Address Book in Plasma Mobile are so basic, I'd rather use the LineageOS counterparts.

sudo systemctl enable --now waydroid-container.service

should do the trick.
(03-07-2022, 01:07 PM)BenniTec Wrote: [ -> ]
(03-07-2022, 01:49 AM)Uturn Wrote: [ -> ]every time, I wand to run Waydroid, i must terminal
sudo systemcetl start waydroid-container.service
is it possible to automate this?
As Calendar and Address Book in Plasma Mobile are so basic, I'd rather use the LineageOS counterparts.

sudo systemctl enable --now waydroid-container.service

should do the trick.

Oh! okay. that make sense