Restarted not reloaded
This commit is contained in:
parent
29ae892e2a
commit
0a3aa547a0
1 changed files with 6 additions and 6 deletions
|
@ -11,14 +11,14 @@
|
||||||
- name: reload apache
|
- name: reload apache
|
||||||
action: service name=httpd state=reloaded
|
action: service name=httpd state=reloaded
|
||||||
|
|
||||||
- name: reload bacula-fd
|
- name: restart bacula-fd
|
||||||
action: service name=bacula-fd state=reloaded
|
action: service name=bacula-fd state=restarted
|
||||||
|
|
||||||
- name: reload bacula-sd
|
- name: restart bacula-sd
|
||||||
action: service name=bacula-sd state=reloaded
|
action: service name=bacula-sd state=restarted
|
||||||
|
|
||||||
- name: reload bacula-dir
|
- name: restart bacula-dir
|
||||||
action: service name=bacula-dir state=reloaded
|
action: service name=bacula-dir state=restarted
|
||||||
|
|
||||||
- name: restart collectd
|
- name: restart collectd
|
||||||
action: service name=collectd state=restarted
|
action: service name=collectd state=restarted
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue