diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..75bc838 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# initify +This utility converts simple systemd services to OpenRC init-scripts + +## Usage + initify.pl [filename] + +NOTE: The service name will initially be `(fill in)`. This is due to the ability to pipe service-files from `stdin`, as well +as the lack of a service-name field in systemd services. + +## TODO + +- Handle the targets which directly map to OpenRC runlevels +- Convert systemd timers to crontab entries |