mirror of
https://github.com/ivuorinen/sysvinit-service-generator.git
synced 2026-01-26 03:24:03 +00:00
f640be60e123c55b0cad4d0a9099db3dc8cb0aab
* chore(deps): pin dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(ci): pr-build.yml * fix(ci): build-and-deploy.yml --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ismo Vuorinen <ismo@ivuorinen.net>
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!
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%