]> granicus.if.org Git - procps-ng/commit
ps: possibility to display systemd unit for a process
authorLukas Nykryn <lnykryn@redhat.com>
Tue, 16 Apr 2013 12:42:30 +0000 (14:42 +0200)
committerLukas Nykryn <lnykryn@redhat.com>
Wed, 24 Apr 2013 07:24:44 +0000 (09:24 +0200)
commit7ab5d33c5c764d0cdc443298aee5f88d450c6e47
treeaf1079738f3909f15623ddf0fff8d7995df845f9
parent53fd7dd1ed120f901cbb31e69453720b038a7ac6
ps: possibility to display systemd unit for a process

Library systemd-login offers possibility to display
name of a systemd unit file for specific pid. Note that
not all processes are part of a system unit/service
(e.g. user processes, or kernel threads).

This patch adds output option "sd_unit" which will
show name of systemd unit or "-", when process does not
belong to any unit.

To maintain compatibility with non-systemd systems,
procps must be configured with --with-systemd option
to enable this option.
configure.ac
ps/Makefile.am
ps/output.c
ps/ps.1