Monthly Archives: December 2014

Systemd

This is how to stop a running service temporarily: # systemctl stop servicename.service This stops it from starting at boot, but does not stop a running service: # systemctl disable servicename.service That also prevents it from being started by anything … Continue reading

Posted in Linux | Comments Off on Systemd