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
|
enabled: false
|
||||||
state: stopped
|
state: stopped
|
||||||
|
|
||||||
|
- name: do not run check_quotas on boot
|
||||||
|
service:
|
||||||
|
name: check_quotas
|
||||||
|
enabled: false
|
||||||
|
|
||||||
- name: create /srv directory hierarcy
|
- name: create /srv directory hierarcy
|
||||||
file:
|
file:
|
||||||
name: /srv
|
name: /srv
|
||||||
|
|
Loading…
Add table
Reference in a new issue