Table of Contents

About

systemctl is the manager utility of systemd.

The systemctl utility support only the start, stop, and status command

It replaces the service utility in the init system.

Management

Reboot

see Reboot

Status

service status

systemctl status xrdp.service

Journal

journalctl -xe
  • Tail
journalctl -u serviceName.service -f
# or
journalctl -u serviceName -f