A guide to using systemd: Difference between revisions

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
(Created page with "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 di...")
(No difference)

Revision as of 17:22, 26 January 2012

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