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.txt | |
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.txt')
-rw-r--r-- | systemctl.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/systemctl.txt b/systemctl.txt index 57ead59..6e07283 100644 --- a/systemctl.txt +++ b/systemctl.txt @@ -1,8 +1,8 @@ title systemctl section 8 -project devuan-sanity +project systemctl-service-shim volume Devuan Commands Manual -date January 2021 +date July 2022 ===== NAME systemctl - Translate systemctl invocations into real service commands @@ -11,7 +11,7 @@ SYNOPSIS 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 goal is to convert all possible systemctl tasks to real service commands. Some of these, like `try-restart` are merely converted down to `restart`. The script will log all invocations to /var/log/systemctl.log to assist in troubleshooting. AUTHOR @@ -19,6 +19,6 @@ AUTHOR 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 <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> SEE ALSO `systemctl(1) from systemd` |