An open API service indexing awesome lists of open source software.

https://github.com/yankeguo-deprecated/minit-8422ce2d

minimal init daemon for container, support systemd service files
https://github.com/yankeguo-deprecated/minit-8422ce2d

container docker systemd systemd-service

Last synced: about 2 months ago
JSON representation

minimal init daemon for container, support systemd service files

Awesome Lists containing this project

README

        

# minit

[![Build Status](https://travis-ci.org/yankeguo/minit.svg?branch=master)](https://travis-ci.org/yankeguo/minit)

**WORKING IN PROGRESS**

minimal init daemon for container, supports systemd service files

## Usage

```bash
minit redis nginx php-fpm
```

`minit` searchs `/etc/systemd/system`, `/lib/systemd/system`, `/usr/lib/systemd/system` for `redis.service`, `nginx.service` and `php-fpm.service` and run them.

`minit` IGNORES dependencies (`Requires=`, `After=`) BY DESIGN, because in most circumstances, they are not suitable for container environment.

## License

Yanke Guo , MIT License