mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-01-26 03:24:03 +00:00
58672b5f3195e598047a1ef12b65183ce61b5b89
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
sysvinit service generator
This Vue 3 app generates templates for sysvinit services.
Usage
- Fill in the form with the desired values.
- Copy the generated template.
- Paste it into a new file in
/etc/init.d/. - Make the file executable with
chmod +x /etc/init.d/<filename>. - Register the service with
update-rc.d <filename> defaultson Ubuntu. - Start the service with
service <filename> start. - ???
- Profit!
Development
Install dependencies and run the dev server with Yarn:
yarn install
yarn dev
# check code before committing
yarn lint
yarn type-lint
# build the app
yarn build
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
Languages
Vue
47.6%
CSS
32.6%
JavaScript
7.9%
HTML
7%
TypeScript
4.9%