Update services-systemd.conf

- reflect that file endings are now needed in the example
This commit is contained in:
Philip Müller 2023-05-26 13:15:19 +02:00 committed by GitHub
parent 2f6eb272c1
commit ca2e36b3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@
# # finally masks pacman-init (an ArchLinux-only service).
# #
# units:
# - name: "NetworkManager"
# - name: "NetworkManager.service"
# action: "enable"
# mandatory: true
#
@ -40,12 +40,12 @@
# # The property "mandatory" is taken to be false by default here
# # because it is not specified
#
# - name: "graphical"
# - name: "graphical.target"
# action: "enable"
# # The property "mandatory" is taken to be false by default here
# # because it is not specified
#
# - name: "pacman-init"
# - name: "pacman-init.service"
# action: "mask"
# # The property "mandatory" is taken to be false by default here
# # because it is not specified