diff options
author | goose121 <goose121@users.noreply.github.com> | 2017-12-09 16:31:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-09 16:31:27 -0700 |
commit | f9ccbb147924a2371a1ae5a925c1be6858cca5fa (patch) | |
tree | 934a9d0a3ecdaae878e6923b67e77c2b06a5e52b | |
parent | 3f3c744f5a0e4133606a5141c2c273daf1a38587 (diff) | |
download | initify-f9ccbb147924a2371a1ae5a925c1be6858cca5fa.tar.lz initify-f9ccbb147924a2371a1ae5a925c1be6858cca5fa.tar.xz initify-f9ccbb147924a2371a1ae5a925c1be6858cca5fa.zip |
Add cronify to README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,10 +2,18 @@ This utility converts simple systemd services to OpenRC init-scripts. ## Usage + +### initify See initify.pl --help +### cronify + + cronify.pl [file] + +Turns a systemd timer-file into a `cron` timespec + ## TODO - Handle the targets which directly map to OpenRC runlevels |