summaryrefslogtreecommitdiff
path: root/devel/script
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-24 18:47:53 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-24 18:47:53 -0500
commitb9980223dd469f24359d969ab24c3694507897e5 (patch)
treedb70303a11b7971a7046ad2b04515a07647eca8e /devel/script
parentd89395c9666ac90dd7c8b46c932364307788932c (diff)
downloadhorizon-b9980223dd469f24359d969ab24c3694507897e5.tar.gz
horizon-b9980223dd469f24359d969ab24c3694507897e5.tar.bz2
horizon-b9980223dd469f24359d969ab24c3694507897e5.tar.xz
horizon-b9980223dd469f24359d969ab24c3694507897e5.zip
devel: script: Add definition of svcenable key
Diffstat (limited to 'devel/script')
-rw-r--r--devel/script/2_keys.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml
index 309f124..c37ecc1 100644
--- a/devel/script/2_keys.xml
+++ b/devel/script/2_keys.xml
@@ -548,6 +548,42 @@ repository https://mirrors.servercentral.com/adelie/1.0/user
</para>
</formalpara>
</section>
+ <section id="svcenable">
+ <title><literal>svcenable</literal></title>
+ <formalpara id="svcenable.name">
+ <title>Name</title>
+ <para><literal>svcenable</literal></para>
+ </formalpara>
+ <formalpara id="svcenable.purpose">
+ <title>Purpose</title>
+ <para>The <literal>svcenable</literal> key specifies a service to start up on system boot.</para>
+ </formalpara>
+ <formalpara id="svcenable.format">
+ <title>Format</title>
+ <para>The <literal>svcenable</literal> key is a string value which contains the name of a OpenRC service. The service file must be installed as part of a <literal>pkginstall</literal> key. <literal>svcenable</literal> may appear any number of times in a HorizonScript.</para>
+ </formalpara>
+ <formalpara id="svcenable.examples">
+ <title>Examples</title>
+ <para>
+ <example>
+ <title>The <literal>svcenable</literal> Key &mdash; Enable SSH on Boot</title>
+ <programlisting>
+svcenable sshd
+ </programlisting>
+ <para>This configures the target computer to start the SSH daemon during system boot.</para>
+ </example>
+ <example>
+ <title>The <literal>svcenable</literal> Key &mdash; Typical Desktop</title>
+ <programlisting>
+svcenable dbus
+svcenable consolekit
+svcenable sddm
+ </programlisting>
+ <para>This configures the target computer to start up a display manager and its required daemons during system boot, enabling graphical logins.</para>
+ </example>
+ </para>
+ </formalpara>
+ </section>
<section id="signingkey">
<title><literal>signingkey</literal></title>
<formalpara id="signingkey.name">