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
|
||||
action: service name=httpd state=reloaded
|
||||
|
||||
- name: reload bacula-fd
|
||||
action: service name=bacula-fd state=reloaded
|
||||
- name: restart bacula-fd
|
||||
action: service name=bacula-fd state=restarted
|
||||
|
||||
- name: reload bacula-sd
|
||||
action: service name=bacula-sd state=reloaded
|
||||
- name: restart bacula-sd
|
||||
action: service name=bacula-sd state=restarted
|
||||
|
||||
- name: reload bacula-dir
|
||||
action: service name=bacula-dir state=reloaded
|
||||
- name: restart bacula-dir
|
||||
action: service name=bacula-dir state=restarted
|
||||
|
||||
- name: restart collectd
|
||||
action: service name=collectd state=restarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue