mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-09 18:17:19 +08:00
18 lines
469 B
Plaintext
18 lines
469 B
Plaintext
|
---
|
||
|
#systemd services and targets are enabled in this precise order
|
||
|
|
||
|
services:
|
||
|
- name: "NetworkManager" #name of the service file
|
||
|
mandatory: false #true=> if enabling fails the installer errors out and quits
|
||
|
#false=>if enabling fails print warning to console and continue
|
||
|
- name: "org.cups.cupsd"
|
||
|
mandatory: false
|
||
|
|
||
|
targets:
|
||
|
- name: "graphical"
|
||
|
mandatory: true
|
||
|
|
||
|
disable:
|
||
|
- name: "pacman-init"
|
||
|
mandatory: false
|