<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, 30 Oct 2018 at 15:44, Colin Watson <<a href="mailto:cjwatson@ubuntu.com">cjwatson@ubuntu.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Oct 30, 2018 at 03:00:25PM +0000, Colin Law wrote:<br>
> It should be easy enough to change the systemd startup script, it will<br>
> likely be in /etc/systemd/system. Make a copy of it with a different name<br>
> and edit that, then disable the usual one and enable yours.<br>
<br>
Don't do that; it makes it hard to stay in sync with other changes to<br>
the packaged service file. Instead, if you're going to take this<br>
approach, make a directory called /etc/systemd/system/apache.service.d,<br>
and create a file in that directory ending in ".conf" (e.g.<br>
no-private-tmp.conf), with contents:<br>
<br>
[Service]<br>
PrivateTmp=false<br></blockquote><div><br></div><div>I didn't know about that, that is great to know, thanks.</div><div>I agree, though, this isn't the best way to solve the problem.</div><div><br></div><div>Colin<br></div><div> </div><br></div></div>