systemctl

Description

Control systemd system and service manager.

Command
systemctl
Examples
Start a service
systemctl start nginx
Check service status
systemctl status nginx
Enable service on boot
systemctl enable nginx
Parameters
Parameter Type Required Description
start string No Start a service
stop string No Stop a service
restart string No Restart a service
status string No Show service status
enable string No Enable a service to start on boot
disable string No Disable a service from starting on boot
Command Info
Category: System Management
Type: Linux
Views: 12
Status: Active
Tags
systemd services system-management