calamares/src/modules/services/services.conf

14 lines
404 B
Plaintext
Raw Normal View History

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
mandatory: true #true=> if enabling fails the installer errors out and quits
#false=>if enabling fails print warning to console and continue
- name: "cups"
mandatory: false
targets:
- name: "graphical"
mandatory: true