Does anyone have a simple solution to running a #FreeBSD service in an OCI container? The OCI model assumes that there is an entry-point binary is a program that runs until it's exited, and it kills the process by sending it a signal. I guess I could write a small shell script that does 'service start' and sits in an infinite sleep loop, and does 'service stop' and exits when it receives SIGINT?
feld
in reply to David Chisnall (*Now with 50% more sarcasm!*) • • •