diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-19 10:57:58 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-19 10:57:58 -0500 |
commit | 4aed9baa0ad2703ff90134524d2b7042f08e27b3 (patch) | |
tree | e75d545bf4ee8ecc9a7d3678cc9988acdcc5ccb8 /README.md | |
parent | f9ccbb147924a2371a1ae5a925c1be6858cca5fa (diff) | |
download | initify-4aed9baa0ad2703ff90134524d2b7042f08e27b3.tar.lz initify-4aed9baa0ad2703ff90134524d2b7042f08e27b3.tar.xz initify-4aed9baa0ad2703ff90134524d2b7042f08e27b3.zip |
sanity files and update .gitignore
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -6,15 +6,14 @@ This utility converts simple systemd services to OpenRC init-scripts. ### initify See - initify.pl --help + perl initify.pl --help ### cronify - cronify.pl [file] - + perl cronify.pl [file] + Turns a systemd timer-file into a `cron` timespec ## TODO - Handle the targets which directly map to OpenRC runlevels -- ~~Convert systemd timers to crontab entries~~ |