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.
24 lines
1.0 KiB
24 lines
1.0 KiB
title systemctl
|
|
section 8
|
|
project systemctl-service-shim
|
|
volume Devuan Commands Manual
|
|
date July 2022
|
|
=====
|
|
NAME
|
|
systemctl - Translate systemctl invocations into real service commands
|
|
SYNOPSIS
|
|
systemctl [OPTIONS...] COMMAND [SERVICE...]
|
|
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. 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
|
|
B. Stack <bgstack15@gmail.com>
|
|
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 libera.chat, or at <bgstack15@gmail.com>
|
|
SEE ALSO
|
|
`systemctl(1) from systemd`
|
|
|