From 4aed9baa0ad2703ff90134524d2b7042f08e27b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 19 Feb 2021 10:57:58 -0500 Subject: sanity files and update .gitignore --- .gitignore | 9 +-------- README.md | 7 +++---- cronify.pl | 0 initify.pl | 0 4 files changed, 4 insertions(+), 12 deletions(-) mode change 100755 => 100644 cronify.pl mode change 100755 => 100644 initify.pl diff --git a/.gitignore b/.gitignore index 4df4753..65c043f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 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~~ diff --git a/cronify.pl b/cronify.pl old mode 100755 new mode 100644 diff --git a/initify.pl b/initify.pl old mode 100755 new mode 100644 -- cgit v1.2.3