diff options
author | B. Stack <bgstack15@gmail.com> | 2021-06-11 16:58:25 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-06-11 16:58:41 -0400 |
commit | 82fd33f85381ed6c74528e4110d97a39da41327e (patch) | |
tree | 176b9c22a2e349e72a6656f73cb68ee05d262596 /systemctl.8 | |
download | systemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.tar.gz systemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.tar.bz2 systemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.zip |
initial commitupstream/0.0.1devuan/0.0.1
Diffstat (limited to 'systemctl.8')
-rw-r--r-- | systemctl.8 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/systemctl.8 b/systemctl.8 new file mode 100644 index 0000000..478a691 --- /dev/null +++ b/systemctl.8 @@ -0,0 +1,26 @@ +.\" Generated with txt2man-wrapper in bgscripts, and hand-fixed. +.TH systemctl 8 "January 2021" "devuan-sanity" "Devuan Commands Manual" +.SH NAME +\fBsystemctl \fP- Translate systemctl invocations into real service commands +.SH SYNOPSIS +.nf +.fam C +\fBsystemctl\fP [OPTIONS\.\.\.] \fICOMMAND\fP [SERVICE\.\.\.] +.fam T +.fi +.fam T +.fi +.SH DESCRIPTION +Transform and execute every \fBsystemctl\fP invocation into a single or multiple service and update-rc.d commands. This script attemps to replace \fBsystemctl\fP \fBfrom\fP the \fBsystemd\fP project, for applications that are hardcoded errantly to use \fBsystemctl\fP instead of real service control operations. +.PP +The goal is to convert all possible \fBsystemctl\fP tasks to real service commands. +.PP +The script will log all invocations to /var/log/systemctl.log to assist in troubleshooting. +.SH AUTHOR +B. Stack <bgstack15@gmail.com> +.SH COPYRIGHT +CC-BY-SA 4.0 +.SH BUGS +Of course no software is ever perfect. Please report bugs to bgstack15 on the #devuan-dev irc channel on freenode.net, or at <bgstack15@gmail.com> +.SH SEE ALSO +`\fBsystemctl\fP(1) \fBfrom\fP \fBsystemd\fP` |