calamares/omv-services.conf
tpg (Tomasz Paweł Gajc) ec45f18ce9 adjust few setting options
2015-02-22 02:55:39 +01:00

16 lines
453 B
Text

---
#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
- name: "sshd"
mandatory: false
targets:
- name: "graphical"
mandatory: true