-
-
Notifications
You must be signed in to change notification settings - Fork 166
Description
I really like the introspective capabilities of systemd. The ability to see which services are running which processes is very convenient. /etc/init.d/* status (like say /etc/init.d/nginx status) is less informative than systemd's systemctl equivalent. I think there are also some synergies on hosts with systemd where systemctl can get a container's information without requiring using docker run/exec/whatever.
I know can be a big deal to change the underlying image, but what does everyone think about modifying the base container of the stackstorm container so that it uses an OS with systemd? I'm fine with a newer version of debian, or whatever else.
Note: I'm not talking about the mongo or whatever other containers. I don't even know which images/OSes those are using because I haven't needed to enter them yet. If there happens to be a well maintained version of those containers that uses systemd, great. If not, use the well maintained one.
So what does everybody else think?