You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.2 KiB
26 lines
1.2 KiB
.\" Generated with txt2man-wrapper in bgscripts, and hand-fixed.
|
|
.TH systemctl 8 "July 2022" "systemctl-service-shim" "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. 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
|
|
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 libera.chat, or at <bgstack15@gmail.com>
|
|
.SH SEE ALSO
|
|
`\fBsystemctl\fP(1) \fBfrom\fP \fBsystemd\fP`
|
|
|