From 61c8a693f00ce1c5141ec5f8339298f796f29707 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 30 Jan 2020 14:44:04 +0000 Subject: Add network and syslogd --- layout/rootfs/bin/pps | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 layout/rootfs/bin/pps (limited to 'layout/rootfs/bin/pps') diff --git a/layout/rootfs/bin/pps b/layout/rootfs/bin/pps new file mode 100755 index 0000000..3fdf991 --- /dev/null +++ b/layout/rootfs/bin/pps @@ -0,0 +1,6 @@ +#!/command/execlineb -P +pipeline +{ + s6-ps -H -o user,pid,vsize,rss,tty,s,start,cttime,args +} +less -- cgit v1.3.1