mark_service_stopping
dependency based service manager (runlevel change mechanism)
Install
- All systems
-
curl cmd.cat/mark_service_stopping.sh
- Debian
-
apt-get install openrc
- Alpine
-
apk add openrc
- Kali Linux
-
apt-get install openrc
- Raspbian
-
apt-get install openrc
- Dockerfile
- dockerfile.run/mark_service_stopping
- Docker
-
docker run cmd.cat/mark_service_stopping mark_service_stopping
powered by Commando
openrc
dependency based service manager (runlevel change mechanism)
OpenRC is a dependency based service manager. It provides support for System V init, for booting, changing runlevels, starting and stopping services, and shutting down. Originally written as a Gentoo project, OpenRC aims at being platform-agnostic. It works equally well on Linux, BSD and Hurd. It supports the traditional init system in Debian in addition to many alternatives. OpenRC is implemented in C in a small, simple and efficient way, making it easy to understand, extend and reuse. This package provides the runlevel change mechanism.