Systemd: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
(Created page with "= services = You can use the service or systemctl commands to work with these. Apparently systemctl is more direct and service is a wrapper script.")
 
Line 1: Line 1:
= services =
= services =
You can use the service or systemctl commands to work with these. Apparently systemctl is more direct and service is a wrapper script.
You can use the service or systemctl commands to work with these. Apparently systemctl is more direct and service is a wrapper script.
    systemctl start|stop|restart|status service
= logs =
    journalctl -u service

Revision as of 14:15, 12 April 2019

services

You can use the service or systemctl commands to work with these. Apparently systemctl is more direct and service is a wrapper script.

   systemctl start|stop|restart|status service

logs

   journalctl -u service