According to https://askubuntu.com/a/19324
systemctl disable SERVICE
Turns the service off on the next reboot or on the next stop event. It persists after reboot.
Is it possible to disable a service just for the next boot?
I mean a one-shot disabling.
systemctl stop service
will stop the service untill the next boot or the nextsystemctl start service
command as you wish. – CrazyTux Jun 25 '21 at 20:38