IV
ivuorinen/sysvinit-service-generator
Vue 3 app for creating sysvinit service scripts
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 buildLicense
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
On this page
Languages
Vue47.5%CSS32.5%JavaScript7.9%HTML7.0%TypeScript4.9%Shell0.1%
MIT License
Created March 31, 2024
Updated March 13, 2026