Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 341 Bytes

unit_to_srv: Covnert systemd unit into dinit service

This is a python script (Requires python 3.10 or later) for easily converting systemd unit services into dinit services.

Basic Usage

./unit_to_srv.py <unit-file> [-q, --quiet] [-h]

Some WIP ToDos:

  • Create Usage.md file