systemctl show nginx -p ExecStart

Category: Administration

systemctl show nginx -p ExecStart

Display one property of a unit

Prints a single property, ExecStart, of the nginx unit, showing the exact command line systemd uses to start it. The -p flag selects one property instead of the full dump plain systemctl show returns. Useful to confirm which binary and arguments a unit really runs.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.