calamares/src/modules/services/services.conf

18 lines
459 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: 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