nitanmarcel / waydroid-magisk

Kitsune Mask (magisk) manager for Waydroid.
GNU General Public License v3.0
157 stars 5 forks source link

enhancement: systemd flags in readme #4

Closed gaussandhisgun closed 1 year ago

gaussandhisgun commented 1 year ago

just a little headsup for the readme.md:

For systemd sudo systemctl enable waydroid_magisk_ota.service && sudo systemctl start waydroid_magisk_ota.service

you dont need to run start after enable, because enable has this handy --now flag:

systemctl enable --now waydroid_magisk_ota.service will both enable and start the service

nitanmarcel commented 1 year ago

Thanks for reminding me. I noticed that but I forgot to edit it :)