So I do:
Maybe I am doing this wrong, but I get the following:
[root@ obarun ~]# ps aux|grep dhcpcd
root 547 0.0 0.0 2392 736 ? S 22:48 0:00 s6-supervise dhcpcd/log
root 548 0.0 0.0 2392 680 ? S 22:48 0:00 s6-supervise dhcpcd
dhcpcd 553 0.0 0.0 3112 2404 ? Ss 22:48 0:00 dhcpcd: [master] [ip4] [ip6]
s6log 554 0.0 0.0 2404 732 ? Ss 22:48 0:00 s6-log -d3 n3 T s1000000 /var/log/66/dhcpcd
root 563 0.0 0.0 3204 2360 ? S 22:48 0:00 dhcpcd: [privileged actioneer]
dhcpcd 564 0.0 0.0 2972 284 ? S 22:48 0:00 dhcpcd: [network proxy]
dhcpcd 565 0.0 0.0 2972 284 ? S 22:48 0:00 dhcpcd: [control proxy]
dhcpcd 584 0.0 0.0 3204 352 ? S 22:49 0:00 dhcpcd: [BPF ARP] enp0s3 192.168.1.108
root 1038 0.0 0.0 6404 2316 pts/0 S+ 23:08 0:00 grep dhcpcd
Which clearly shows that dhcpcd is running and is supervised.Maybe I am doing this wrong, but I get the following:
[root@ obarun ~]# s6-svstat -o up,ready dhcpcd
s6-svstat: fatal: unable to read status for dhcpcd: s6-supervise not running
Then of course I wanted to look in the manual page:[root@ obarun ~]# man s6-svstat
No manual entry for s6-svstat
No manual page!? Going through all the different s6-* gives no manual pages for any of these!?