aboutsummaryrefslogtreecommitdiffstats
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
parentf9ccbb147924a2371a1ae5a925c1be6858cca5fa (diff)
downloadinitify-4aed9baa0ad2703ff90134524d2b7042f08e27b3.tar.lz
initify-4aed9baa0ad2703ff90134524d2b7042f08e27b3.tar.xz
initify-4aed9baa0ad2703ff90134524d2b7042f08e27b3.zip
sanity files and update .gitignore
-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