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

https://github.com/reddec/system-gen

generates systemd files in npm-like style
https://github.com/reddec/system-gen

Last synced: over 1 year ago
JSON representation

generates systemd files in npm-like style

Awesome Lists containing this project

README

          

# system-gen

Generates systemd files in npm-like style.

Groups several units in one, so administrator can start/stop all services by one command.
No special scripts (except install helpers) or commands - all 'vanila' systemd units.

Supports:
* services
* one-shots
* timers

[look at documentation](docs/index.md)