diff options
author | B. Stack <bgstack15@gmail.com> | 2022-07-12 11:25:15 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-07-12 11:25:15 -0400 |
commit | abc6202a58637613b08ff2a3094d21686f0b1a85 (patch) | |
tree | 5f6c0af08eb8afb99053e1d05349ea869bbd0c10 /systemctl.8 | |
parent | add symlink control logic (diff) | |
download | systemctl-service-shim-abc6202a58637613b08ff2a3094d21686f0b1a85.tar.gz systemctl-service-shim-abc6202a58637613b08ff2a3094d21686f0b1a85.tar.bz2 systemctl-service-shim-abc6202a58637613b08ff2a3094d21686f0b1a85.zip |
v0.0.3 closes #688upstream/0.0.3
Diffstat (limited to 'systemctl.8')
-rw-r--r-- | systemctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/systemctl.8 b/systemctl.8 index 478a691..8d61366 100644 --- a/systemctl.8 +++ b/systemctl.8 @@ -1,5 +1,5 @@ .\" Generated with txt2man-wrapper in bgscripts, and hand-fixed. -.TH systemctl 8 "January 2021" "devuan-sanity" "Devuan Commands Manual" +.TH systemctl 8 "July 2022" "systemctl-service-shim" "Devuan Commands Manual" .SH NAME \fBsystemctl \fP- Translate systemctl invocations into real service commands .SH SYNOPSIS @@ -13,7 +13,7 @@ .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. +The goal is to convert all possible \fBsystemctl\fP tasks to real service commands. Some of these, like \fBtry-restart\fP are merely converted down to \fBrestart\fP. .PP The script will log all invocations to /var/log/systemctl.log to assist in troubleshooting. .SH AUTHOR @@ -21,6 +21,6 @@ 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> +Of course no software is ever perfect. Please report bugs to bgstack15 on the #devuan-dev irc channel on libera.chat, or at <bgstack15@gmail.com> .SH SEE ALSO `\fBsystemctl\fP(1) \fBfrom\fP \fBsystemd\fP` |