Disable sndiod by default #10

Closed
opened 2019-03-20 16:24:26 +01:00 by jdubois · 1 comment
Member

It is an audio and MIDI server that we do not need on servers. We should disable it by default.

- name: Disabling sndiod
  service:
    name: sndiod
    enabled: no
    state: stopped
It is an audio and MIDI server that we do not need on servers. We should disable it by default. ``` - name: Disabling sndiod service: name: sndiod enabled: no state: stopped ```

Closed by pull request #11

Closed by pull request #11
Ghost closed this issue 2019-03-22 19:39:02 +01:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/EvoBSD#10
No description provided.