aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-11 16:58:25 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-11 16:58:41 -0400
commit82fd33f85381ed6c74528e4110d97a39da41327e (patch)
tree176b9c22a2e349e72a6656f73cb68ee05d262596 /README.md
downloadsystemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.tar.gz
systemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.tar.bz2
systemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c2bf7f2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# Readme for systemdtl
+
+## Overview
+This shell script provides a systemctl interface to fool simple things that make hard-coded requests to a systemctl executable.
+This script attempts to convert every request to a suitable real command.
+
+## Upstream
+None. This is an original package.
+
+## History
+* Initial personal package named [systemdtl](https://build.opensuse.org/package/show/home:bgstack15/systemdtl), Marcy 2020
+* Unreleased Devuan package [devuan-sanity-systemctl](https://git.devuan.org/bgstack15/devuan-sanity), January 2021
+* This Devuan package [systemctl-service-shim](https://git.devuan.org/devuan/systemctl-service-shim), June 2021
+
+## Project license
+CC-BY-SA 4.0
+
+## Dependencies
+moreutils
+
+## Alternatives
+Use real systemd, which is not an option on Devuan GNU+Linux.
+
+## References
+
+## Differences from upstream
+N/A. This is upstream.
bgstack15