Update services-systemd.conf
- reflect that file endings are now needed in the example
This commit is contained in:
parent
2f6eb272c1
commit
ca2e36b3f3
@ -31,7 +31,7 @@
|
|||||||
# # finally masks pacman-init (an ArchLinux-only service).
|
# # finally masks pacman-init (an ArchLinux-only service).
|
||||||
# #
|
# #
|
||||||
# units:
|
# units:
|
||||||
# - name: "NetworkManager"
|
# - name: "NetworkManager.service"
|
||||||
# action: "enable"
|
# action: "enable"
|
||||||
# mandatory: true
|
# mandatory: true
|
||||||
#
|
#
|
||||||
@ -40,12 +40,12 @@
|
|||||||
# # The property "mandatory" is taken to be false by default here
|
# # The property "mandatory" is taken to be false by default here
|
||||||
# # because it is not specified
|
# # because it is not specified
|
||||||
#
|
#
|
||||||
# - name: "graphical"
|
# - name: "graphical.target"
|
||||||
# action: "enable"
|
# action: "enable"
|
||||||
# # The property "mandatory" is taken to be false by default here
|
# # The property "mandatory" is taken to be false by default here
|
||||||
# # because it is not specified
|
# # because it is not specified
|
||||||
#
|
#
|
||||||
# - name: "pacman-init"
|
# - name: "pacman-init.service"
|
||||||
# action: "mask"
|
# action: "mask"
|
||||||
# # The property "mandatory" is taken to be false by default here
|
# # The property "mandatory" is taken to be false by default here
|
||||||
# # because it is not specified
|
# # because it is not specified
|
||||||
|
Loading…
Reference in New Issue
Block a user