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:
|
||||
path: /usr/lib/systemd/system/httpd.service
|
||||
regexp: '^PrivateTmp'
|
||||
line: 'PrivateTmp=false'
|
||||
line: 'PrivateTmp=0'
|
||||
notify:
|
||||
- reload systemd
|
||||
- restart httpd service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue