[services-systemd] update config

This commit is contained in:
Philip Mueller 2023-05-26 10:59:06 +02:00
parent 448ebd639c
commit 7621788fb2

View File

@ -51,35 +51,21 @@
# # because it is not specified # # because it is not specified
# By default, no changes are made. # By default, no changes are made.
#services: [] units: []
#targets: []
#timers: []
#disable: []
#disable-targets: []
#mask: []
#units: []
# Manjaro settings # Manjaro settings
services: units:
- name: "NetworkManager" - name: "NetworkManager"
mandatory: false action: "enable"
- name: "org.cups.cupsd"
mandatory: false
targets:
- name: "graphical"
mandatory: true mandatory: true
timers: [] - name: "org.cups.cupsd"
action: "enable"
- name: "graphical"
action: "enable"
mandatory: true
disable:
- name: "pacman-init" - name: "pacman-init"
mandatory: false action: "mask"
disable-targets: []
mask: []
units: []