# 66 - Service manager around S6 supervision suite
# 66 - Service Manager Built Around the S6 Supervision Suite
Sixty-six is service manager built around [s6](http://skarnet.org/software/s6) created to make the implementation and manipulation of service files on your machine easier.
Sixty-six (66) is a service manager designed around the [s6 supervision suite](http://skarnet.org/software/s6) to simplify the implementation and management of service files on your machine. It provides a comprehensive toolbox for declaring, implementing, and administering services with minimal code while delivering powerful functionality.
It is meant to be a toolbox for the declaration, implementation and administration of services to achieve powerful functionality with small amounts of code.
## Key Features of 66 (not exhaustive):
Examples of what can be achieved by 66:
* Frontend service files declaration.
- Frontend Service Files Declaration: Service files are written in an INI format, making them straightforward to read and edit.
* Easy creation of a scandir.
- Simple Scandir Creation: Easily create [scandir](https://skarnet.org/software/s6/scandir.html) directories for both the root and regular users, allowing for efficient service management across different user levels.
* Nested supervision tree.
- Nested Scandir Supervision: Regular users have their own independent [scandir](https://skarnet.org/software/s6/scandir.html) directories, separate from the root, ensuring user-specific supervision without interference.
* Instance service file creation.
- Instance Service File Creation: Supports instantiated service.
* Multiple directories service file declaration(packager,sysadmin,user).
- Identifier Interpretation: Supports specific identifiers that are replaced at parse time to simplify service file creation.
* Easy change of service configuration.
- Service Configuration Changes: Includes built-in versioning for configuration files, including environment variables, to streamline service updates and changes.
* Automatic logger creation.
- Automatic Logger Creation (not mandatory): Automatically creates dedicated loggers for each service, covering both classic and oneshot service types.
* Service Notification.
- Help on I/O Redirection: Provides keywords in frontend files for easy control over standard input, output, and error redirection.
* Organizes services as a `tree`.
- Service Notification: Ensures services are fully ready before managing their dependency chains, using a readiness notification mechanism.
* Easy view of service status.
- Service Organization as a Tree: Allows quick management and visualization of service groups within a tree structure.
* User service declaration.
- Service Status Overview: Offers a comprehensive set of tools to monitor the state of services and access detailed information easily.
* Automatic dependencies service chain.
- User Service Declaration: Users can declare and manage their own services, facilitating personalized service management.
* ...
- Automatic Dependency Chains: Automatically handles and maintains service dependencies, ensuring smooth and reliable service operations.
- Service Order Dependencies: Guarantees reliable, stable, and reproducible service order dependencies to maintain consistent service behavior.
66 works on mechanisms not on policies. It can be compiled with `glibc` or `musl`.
- Snapshot Management: Allows the creation and management of snapshots of your service system, enabling easy backup, recovery, and sharing of service states across multiple hosts.
## Behavior Benefits:
- No Reboot Required During Upgrades: Service updates do not require system reboots, ensuring continuous operation.
- Independent of Boot Management: 66 can supervise services independently of the boot process, making it optional to use 66 from startup. It is also fully compatible with virtualization platforms like containerd, Podman, and Docker, allowing for easy monitoring of services within containers.
- No Central Daemon: Operates without a central managing daemon, providing a lightweight and efficient service management experience while reducing the potential attack surface.
- Readable Logs: Logs are stored in a human-readable format for easier analysis and debugging.
- File Descriptor Holding for Log Pipes: Utilizes file descriptor holding for efficient log piping, enhancing reliability and performance.
66 focuses on mechanisms, not policies, and can be compiled with either `glibc` or `musl` for flexibility across different systems.