mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Add a .service to service reload
This commit is contained in:
parent
22c05d46c3
commit
c18f2d308e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ apache-config-logrotate-file-managed:
|
|||
sharedscripts
|
||||
delaycompress
|
||||
postrotate
|
||||
/bin/systemctl reload {{ apache.service.name }} > /dev/null 2>/dev/null || true
|
||||
/bin/systemctl reload {{ apache.service.name }}.service > /dev/null 2>/dev/null || true
|
||||
endscript
|
||||
}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Reference in a new issue