Extract the tracked main PID for a unit.

Section: systemd Service Process Views

Show main PID only

bash
bash
systemctl show -p MainPID nginx
Explanation

Extract the tracked main PID for a unit.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing systemd Service Process Views
Show service status
Show status, recent logs, and the service main PID.
OpenIn sheetbashsame section
Show unit definition
Print the unit file and drop-ins defining a service.
OpenIn sheetbashsame section
List running services
List active services managed by systemd.
OpenIn sheetbashsame section
Show logs for a service
Read recent logs associated with one systemd unit.
OpenIn sheetbashsame section
Show logs for a PID
Filter the journal by process ID.
OpenIn sheetbashsame section
Signal only main PID
Signal only the service main process.
OpenIn sheetbash2 tag match