aboutsummaryrefslogtreecommitdiffstats
path: root/layout/rootfs/bin
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-30 14:44:04 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-30 14:44:04 +0000
commit61c8a693f00ce1c5141ec5f8339298f796f29707 (patch)
tree99316c6ebdca7a7b0f3448547aa029172f0979ab /layout/rootfs/bin
parent984b96ebcb50565898052a430d3422983c2d7df5 (diff)
downloadlh-bootstrap-61c8a693f00ce1c5141ec5f8339298f796f29707.tar.gz
Add network and syslogd
Diffstat (limited to 'layout/rootfs/bin')
-rw-r--r--layout/rootfs/bin/.empty0
-rwxr-xr-xlayout/rootfs/bin/pps6
2 files changed, 6 insertions, 0 deletions
diff --git a/layout/rootfs/bin/.empty b/layout/rootfs/bin/.empty
deleted file mode 100644
index e69de29..0000000
--- a/layout/rootfs/bin/.empty
+++ /dev/null
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