diff options
author | goose121 <goose121@users.noreply.github.com> | 2017-12-08 09:44:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 09:44:24 -0700 |
commit | fd6b35f5a97b4018b069fefe31fb4f64282d9ecc (patch) | |
tree | 4877d7bf8eedea26e5e74e95c015a2d0614f549b | |
parent | a0fd8d493a9750195f1c8b660746f7744ebd6471 (diff) | |
download | initify-fd6b35f5a97b4018b069fefe31fb4f64282d9ecc.tar.lz initify-fd6b35f5a97b4018b069fefe31fb4f64282d9ecc.tar.xz initify-fd6b35f5a97b4018b069fefe31fb4f64282d9ecc.zip |
Create 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 |