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
- Host: GitHub
- URL: https://github.com/reddec/system-gen
- Owner: reddec
- License: mit
- Created: 2019-05-23T14:04:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T10:23:13.000Z (about 7 years ago)
- Last Synced: 2025-03-09T00:06:40.887Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)