systemctl <tab>
: overview of commandssystemctl -t help
: unit typessystemctl lis-unit-files
: all available unitsystemctl list-units
: list of started units (and order)systemctl status <service>
systemctl enable|disable <service>
: start|stop service at initsystemctl start|stop <service>
: start|stop service now
systemctl cat <service>.service
: show unit filesystemctl show <service>.service
: show unit paramssystemctl edit <service>.service
: override service configsystemctl daemon-reload
: realod after change
systemctl start <targe>.target
: start a targetsystemctl get-default
: get default target at startupsystemctl isolate <target>.target
: keep only units required by target