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-12 21:07:41 +01:00
|
|
|
- name: "org.cups.cupsd"
|
2014-08-11 15:13:28 +02:00
|
|
|
mandatory: false
|
|
|
|
|
|
|
|
targets:
|
|
|
|
- name: "graphical"
|
|
|
|
mandatory: true
|