DEV Community

Discussion on: Systemd for service management

Collapse
 
karx1 profile image
Yash Karandikar

For .service files, you can leave out the .service, because it is assumed by default.
Therefore,

sudo systemctl start docker.service

and

sudo systemctl start docker

both start the same service.