2024-06-04 13:11:48 +03:00
2024-03-31 13:49:03 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 13:52:44 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 05:53:25 +03:00
2024-03-31 05:53:25 +03:00

sysvinit service generator

This Vue 3 app generates templates for sysvinit services.

Usage

  1. Fill in the form with the desired values.
  2. Copy the generated template.
  3. Paste it into a new file in /etc/init.d/.
  4. Make the file executable with chmod +x /etc/init.d/<filename>.
  5. Register the service with update-rc.d <filename> defaults on Ubuntu.
  6. Start the service with service <filename> start.
  7. ???
  8. Profit!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Description
No description provided
Readme MIT 870 KiB
Languages
Vue 47.6%
CSS 32.6%
JavaScript 7.9%
HTML 7%
TypeScript 4.9%