Use PrivateTmp=0 to force the task run with fixed notify handlers.
This commit is contained in:
parent
0ba76e812f
commit
58dc4a0e49
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /usr/lib/systemd/system/httpd.service
|
path: /usr/lib/systemd/system/httpd.service
|
||||||
regexp: '^PrivateTmp'
|
regexp: '^PrivateTmp'
|
||||||
line: 'PrivateTmp=false'
|
line: 'PrivateTmp=0'
|
||||||
notify:
|
notify:
|
||||||
- reload systemd
|
- reload systemd
|
||||||
- restart httpd service
|
- restart httpd service
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue