]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/systemd-initctl.service.xml
man: generate configured paths in manpages
[thirdparty/systemd.git] / man / systemd-initctl.service.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4 <!ENTITY % entities SYSTEM "custom-entities.ent" >
5 %entities;
6 ]>
7
8 <!--
9 This file is part of systemd.
10
11 Copyright 2012 Lennart Poettering
12
13 systemd is free software; you can redistribute it and/or modify it
14 under the terms of the GNU Lesser General Public License as published by
15 the Free Software Foundation; either version 2.1 of the License, or
16 (at your option) any later version.
17
18 systemd is distributed in the hope that it will be useful, but
19 WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 Lesser General Public License for more details.
22
23 You should have received a copy of the GNU Lesser General Public License
24 along with systemd; If not, see <http://www.gnu.org/licenses/>.
25 -->
26
27 <refentry id="systemd-initctl.service">
28
29 <refentryinfo>
30 <title>systemd-initctl.service</title>
31 <productname>systemd</productname>
32
33 <authorgroup>
34 <author>
35 <contrib>Developer</contrib>
36 <firstname>Lennart</firstname>
37 <surname>Poettering</surname>
38 <email>lennart@poettering.net</email>
39 </author>
40 </authorgroup>
41 </refentryinfo>
42
43 <refmeta>
44 <refentrytitle>systemd-initctl.service</refentrytitle>
45 <manvolnum>8</manvolnum>
46 </refmeta>
47
48 <refnamediv>
49 <refname>systemd-initctl.service</refname>
50 <refname>systemd-initctl.socket</refname>
51 <refname>systemd-initctl</refname>
52 <refpurpose>/dev/initctl compatibility</refpurpose>
53 </refnamediv>
54
55 <refsynopsisdiv>
56 <para><filename>systemd-initctl.service</filename></para>
57 <para><filename>systemd-initctl.socket</filename></para>
58 <para><filename>&rootlibexecdir;/systemd-initctl</filename></para>
59 </refsynopsisdiv>
60
61 <refsect1>
62 <title>Description</title>
63
64 <para><filename>systemd-initctl</filename> is a system service
65 that implements compatibility with the
66 <filename>/dev/initctl</filename> FIFO file system object, as
67 implemented by the SysV init system.
68 <filename>systemd-initctl</filename> is automatically activated on
69 request and terminates itself when it is unused.</para>
70 </refsect1>
71
72 <refsect1>
73 <title>See Also</title>
74 <para>
75 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>
76 </para>
77 </refsect1>
78
79 </refentry>