no need to run quota check on boot for openbsd
This commit is contained in:
parent
011aafca1c
commit
3162d50738
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
|||
enabled: false
|
||||
state: stopped
|
||||
|
||||
- name: do not run check_quotas on boot
|
||||
service:
|
||||
name: check_quotas
|
||||
enabled: false
|
||||
|
||||
- name: create /srv directory hierarcy
|
||||
file:
|
||||
name: /srv
|
||||
|
|
Loading…
Add table
Reference in a new issue