My services doesn't restart, what could this be caused?
docker build -t systemctl:latest .docker run -ti systemctl:latest bashsystemctl status sleep<-- Dead inactivesystemctl restart sleep<-- Runs for 5 secs before it existssystemctl status sleep<-- Dead inactive, and doesn't start up again.