2014-08-11 15:13:28 +02:00
|
|
|
---
|
|
|
|
#systemd services and targets are enabled in this precise order
|
|
|
|
|
|
|
|
services:
|
|
|
|
- name: "NetworkManager" #name of the service file
|
2014-11-27 10:57:09 +01:00
|
|
|
mandatory: false #true=> if enabling fails the installer errors out and quits
|
2014-08-11 15:13:28 +02:00
|
|
|
#false=>if enabling fails print warning to console and continue
|
2015-03-13 17:49:24 +01:00
|
|
|
- name: "cups"
|
2014-08-11 15:13:28 +02:00
|
|
|
mandatory: false
|
|
|
|
|
|
|
|
targets:
|
|
|
|
- name: "graphical"
|
|
|
|
mandatory: true
|
2015-08-31 16:52:02 +02:00
|
|
|
|
|
|
|
disable:
|
|
|
|
- name: "pacman-init"
|
|
|
|
mandatory: false
|
2016-12-05 17:59:47 +01:00
|
|
|
|
|
|
|
# Example to express an empty list:
|
|
|
|
# disable: []
|