Working with systemd

Systemd is the new daemon/service management for Linux. It is simpler from previous service management and very flexible. Basic command: systemctl list-units will show a list of all services (and more) if we want to see only services: systemctl list-units | grep service systemctl status <serviceName> will show the status of serviceName systemctl start <serviceName> will … Continue reading Working with systemd