[services-systemd] add Manjaro specific settings
This commit is contained in:
parent
62e065c52f
commit
15eaff15fb
@ -63,8 +63,25 @@
|
|||||||
# - mandatory: true
|
# - mandatory: true
|
||||||
|
|
||||||
# By default, no changes are made.
|
# By default, no changes are made.
|
||||||
services: []
|
#services: []
|
||||||
targets: []
|
#targets: []
|
||||||
disable: []
|
#disable: []
|
||||||
disable-targets: []
|
disable-targets: []
|
||||||
mask: []
|
mask: []
|
||||||
|
|
||||||
|
# Manjaro settings
|
||||||
|
|
||||||
|
services:
|
||||||
|
- name: "NetworkManager"
|
||||||
|
mandatory: false
|
||||||
|
|
||||||
|
- name: "org.cups.cupsd"
|
||||||
|
mandatory: false
|
||||||
|
|
||||||
|
targets:
|
||||||
|
- name: "graphical"
|
||||||
|
mandatory: true
|
||||||
|
|
||||||
|
disable:
|
||||||
|
- name: "pacman-init"
|
||||||
|
mandatory: false
|
||||||
|
Loading…
Reference in New Issue
Block a user