diff options
-rw-r--r-- | .gitignore | 9 | ||||
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r--[-rwxr-xr-x] | cronify.pl | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | initify.pl | 0 |
4 files changed, 4 insertions, 12 deletions
@@ -1,6 +1,3 @@ - -# Created by https://www.gitignore.io/api/perl,linux,emacs - ### Emacs ### # -*- mode: gitignore; -*- *~ @@ -67,8 +64,6 @@ company-statistics-cache.el # anaconda-mode anaconda-mode/ -### Linux ### - # temporary files which can be created if a process still has a handle open of a deleted file .fuse_hidden* @@ -118,8 +113,6 @@ inc/ /pm_to_blib /*.zip -# End of https://www.gitignore.io/api/perl,linux,emacs - *.save *.service -*.timer
\ No newline at end of file +*.timer @@ -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~~ diff --git a/cronify.pl b/cronify.pl index e354b44..e354b44 100755..100644 --- a/cronify.pl +++ b/cronify.pl diff --git a/initify.pl b/initify.pl index 7cec3d2..7cec3d2 100755..100644 --- a/initify.pl +++ b/initify.pl |