[services-systemd] add Manjaro specific settings
This commit is contained in:
parent
62e065c52f
commit
15eaff15fb
@ -63,8 +63,25 @@
|
||||
# - mandatory: true
|
||||
|
||||
# By default, no changes are made.
|
||||
services: []
|
||||
targets: []
|
||||
disable: []
|
||||
#services: []
|
||||
#targets: []
|
||||
#disable: []
|
||||
disable-targets: []
|
||||
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