aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore9
-rw-r--r--README.md7
-rw-r--r--[-rwxr-xr-x]cronify.pl0
-rw-r--r--[-rwxr-xr-x]initify.pl0
4 files changed, 4 insertions, 12 deletions
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
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