blob: dc406721e83849c6a7d623b81da3670899f15ea1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
'\" t
.TH "SYSTEMD\-INITCTL\&.SERVICE" "8" "" "systemd 254" "systemd-initctl.service"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
systemd-initctl.service, systemd-initctl.socket, systemd-initctl \- /dev/initctl compatibility
.SH "SYNOPSIS"
.PP
systemd\-initctl\&.service
.PP
systemd\-initctl\&.socket
.PP
/usr/lib/systemd/systemd\-initctl
.SH "DESCRIPTION"
.PP
systemd\-initctl
is a system service that implements compatibility with the
/dev/initctl
FIFO file system object, as implemented by the SysV init system\&.
systemd\-initctl
is automatically activated on request and terminates itself when it is unused\&.
.SH "SEE ALSO"
.PP
\fBsystemd\fR(1)
|