diff options
author | goose121 <goose121@users.noreply.github.com> | 2017-12-09 16:20:51 -0700 |
---|---|---|
committer | goose121 <goose121@users.noreply.github.com> | 2017-12-09 16:22:51 -0700 |
commit | 226f71497112b7e1a6395e9770b978ac1e7faf6a (patch) | |
tree | 3c009caf254de1e69f2ed22f291f97e0a97778ed /README.md | |
parent | 8cbed5c5066cd80f36d58024ddec43f37b8ef304 (diff) | |
parent | 682d1a6150dcddcda87b5f552c6d08e2da05dc82 (diff) | |
download | initify-226f71497112b7e1a6395e9770b978ac1e7faf6a.tar.lz initify-226f71497112b7e1a6395e9770b978ac1e7faf6a.tar.xz initify-226f71497112b7e1a6395e9770b978ac1e7faf6a.zip |
Merge pull request #1 from archnous/patch-1
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..c7d2cef --- /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 |