Use PrivateTmp=0 to force the task run with fixed notify handlers.

This commit is contained in:
Jan Kaluža 2018-11-06 06:22:06 +00:00
parent 0ba76e812f
commit 58dc4a0e49

View file

@ -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