Definition:

Synopsis:

  • systemctl [OPTIONS...] COMMAND [UNIT...]

List of commands:

  • systemd status [PATTERN...|PID...]]
  • systemd start PATTERN...
    • not persistent
  • systemd stop PATTERN...
    • not persistent
  • .
  • systemd restart PATTERN...
  • .
Unit File commands:
  • .
  • enable UNIT..., enable PATH...
  • disable UNIT...
  • mask UNIT...
    • Prevent a service from being started by any other service.
    • Link systemd unit file’s symlink to dev>null so no other services can start it

List of options: