From b9980223dd469f24359d969ab24c3694507897e5 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 24 May 2020 18:47:53 -0500 Subject: devel: script: Add definition of svcenable key --- devel/script/2_keys.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'devel/script') 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 +
+ <literal>svcenable</literal> + + Name + svcenable + + + Purpose + The svcenable key specifies a service to start up on system boot. + + + Format + The svcenable key is a string value which contains the name of a OpenRC service. The service file must be installed as part of a pkginstall key. svcenable may appear any number of times in a HorizonScript. + + + Examples + + + The <literal>svcenable</literal> Key — Enable SSH on Boot + +svcenable sshd + + This configures the target computer to start the SSH daemon during system boot. + + + The <literal>svcenable</literal> Key — Typical Desktop + +svcenable dbus +svcenable consolekit +svcenable sddm + + This configures the target computer to start up a display manager and its required daemons during system boot, enabling graphical logins. + + + +
<literal>signingkey</literal> -- cgit v1.2.3-70-g09d2