Ubuntu Disable apache service to auto start on startup

Following is the command to disable apache service to autostart on start up:

sudo systemctl disable apache2.service

Output:

Synchronizing state of apache2.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable apache2
Removed /etc/systemd/system/multi-user.target.wants/apache2.service.