A guide to using systemd

From www.ReeltoReel.nl Wiki
Revision as of 17:22, 26 January 2012 by Root (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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