Use 'restart apache' instead of 'restart httpd service'.
This commit is contained in:
parent
58dc4a0e49
commit
fd559dd4a2
1 changed files with 2 additions and 2 deletions
|
@ -45,10 +45,10 @@
|
|||
lineinfile:
|
||||
path: /usr/lib/systemd/system/httpd.service
|
||||
regexp: '^PrivateTmp'
|
||||
line: 'PrivateTmp=0'
|
||||
line: 'PrivateTmp=false'
|
||||
notify:
|
||||
- reload systemd
|
||||
- restart httpd service
|
||||
- restart apache
|
||||
tags:
|
||||
- odcs
|
||||
- odcs/frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue