From c9b0ce53bd72ddd34be7ec4ee8a14bb710ebd8fb Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 1 Apr 2021 12:36:27 -0700 Subject: add call to FILE:CONTAINS-INI-SETTINGS to sample consfig Signed-off-by: Sean Whitton --- doc/introduction.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/introduction.rst b/doc/introduction.rst index a99fb69..0512723 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -54,6 +54,12 @@ Try it out / quick start (apt:uses-local-cacher) ; sets up apt-cacher-ng (apt:standard-sources.list) + ;; Set key--value pairs in INI-style files. Consfigurator will + ;; uncomment existing lines in preference to adding new ones, for + ;; readability. + (file:contains-ini-settings "/etc/systemd/logind.conf" + '("Login" "KillUserProcesses" "no")) + (apt:service-installed-running "apache2") ;; Apply some properties as a non-root user. -- cgit v1.2.3