\fBsystemctl \fP- Translate systemctl invocations into real service commands
.SHSYNOPSIS
@ -13,7 +13,7 @@
.SHDESCRIPTION
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.
.SHAUTHOR
@ -21,6 +21,6 @@ B. Stack <bgstack15@gmail.com>
.SHCOPYRIGHT
CC-BY-SA 4.0
.SHBUGS
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>
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>