From b00a2ede798c823cf0846d580fc7f5abe4f087c9 Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Sun, 18 Sep 2022 14:43:15 +0200 Subject: [PATCH] Update services-systemd.conf removing mandatory: false from example for cups-socket as it is default same as for the other two (could confuse about may disable needs to set it? ) --- src/modules/services-systemd/services-systemd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/services-systemd/services-systemd.conf b/src/modules/services-systemd/services-systemd.conf index d84cd1349..6e7f34451 100644 --- a/src/modules/services-systemd/services-systemd.conf +++ b/src/modules/services-systemd/services-systemd.conf @@ -37,7 +37,8 @@ # # - name: "cups.socket" # action: "disable" -# mandatory: false +# # The property "mandatory" is taken to be false by default here +# # because it is not specified # # - name: "graphical" # action: "enable"