diff options
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~~ |