Re: [systemd-devel] Show library status

2012-01-03 Thread Lennart Poettering
On Mon, 02.01.12 20:11, Thomas Meyer (tho...@m3y3r.de) wrote: > Hello, > > is there an option to show the service units with changed/deleted on disk > libraries? > > something like "sudo grep deleted /proc/*/maps | sort -t / -k 1,3 -u" > for systemctl? (btw. is this the best/correct way of dete

Re: [systemd-devel] Show library status

2012-01-02 Thread Tollef Fog Heen
]] Thomas Meyer > is there an option to show the service units with changed/deleted on disk > libraries? > > something like "sudo grep deleted /proc/*/maps | sort -t / -k 1,3 -u" > for systemctl? (btw. is this the best/correct way of detecting this, > i.e. grep for "deleted" in all /proc/*/maps

[systemd-devel] Show library status

2012-01-02 Thread Thomas Meyer
Hello, is there an option to show the service units with changed/deleted on disk libraries? something like "sudo grep deleted /proc/*/maps | sort -t / -k 1,3 -u" for systemctl? (btw. is this the best/correct way of detecting this, i.e. grep for "deleted" in all /proc/*/maps files?) $ systemctl