aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-02-19 10:57:58 -0500
committerJesús <heckyel@hyperbola.info>2021-02-19 10:57:58 -0500
commit4aed9baa0ad2703ff90134524d2b7042f08e27b3 (patch)
treee75d545bf4ee8ecc9a7d3678cc9988acdcc5ccb8 /README.md
parentf9ccbb147924a2371a1ae5a925c1be6858cca5fa (diff)
downloadinitify-4aed9baa0ad2703ff90134524d2b7042f08e27b3.tar.lz
initify-4aed9baa0ad2703ff90134524d2b7042f08e27b3.tar.xz
initify-4aed9baa0ad2703ff90134524d2b7042f08e27b3.zip
sanity files and update .gitignore
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 782c868..d6288bd 100644
--- a/README.md
+++ b/README.md
@@ -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~~