From 82fd33f85381ed6c74528e4110d97a39da41327e Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 11 Jun 2021 16:58:25 -0400 Subject: initial commit --- systemctl.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 systemctl.txt (limited to 'systemctl.txt') diff --git a/systemctl.txt b/systemctl.txt new file mode 100644 index 0000000..57ead59 --- /dev/null +++ b/systemctl.txt @@ -0,0 +1,24 @@ +title systemctl +section 8 +project devuan-sanity +volume Devuan Commands Manual +date January 2021 +===== +NAME + systemctl - Translate systemctl invocations into real service commands +SYNOPSIS + systemctl [OPTIONS...] COMMAND [SERVICE...] +DESCRIPTION + Transform and execute every systemctl invocation into a single or multiple service and update-rc.d commands. This script attemps to replace systemctl from the systemd project, for applications that are hardcoded errantly to use systemctl instead of real service control operations. + + The goal is to convert all possible systemctl tasks to real service commands. + + The script will log all invocations to /var/log/systemctl.log to assist in troubleshooting. +AUTHOR + B. Stack +COPYRIGHT + CC-BY-SA 4.0 +BUGS + Of course no software is ever perfect. Please report bugs to bgstack15 on the #devuan-dev irc channel on freenode.net, or at +SEE ALSO + `systemctl(1) from systemd` -- cgit