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
- Host: GitHub
- URL: https://github.com/yankeguo-deprecated/minit-8422ce2d
- Owner: yankeguo-deprecated
- License: mit
- Created: 2019-01-29T08:01:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T08:16:23.000Z (over 6 years ago)
- Last Synced: 2025-02-14T16:58:30.161Z (3 months ago)
- Topics: container, docker, systemd, systemd-service
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minit
[](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