Starting and Stopping services in Kali

To start or stop a service the command format is in

service <service name> start|stop

You may need root privileges

You can use python as an executable to start and stop services such as python -m http.server 80 to serve up any sort of file or directly on the web

Enable or disable services

you will need root permissions for this command

running systemctl enable|disable <service>