Il giorno gio 30 gen 2020 alle ore 23:30 Ruediger Pluem <[email protected]> ha scritto: > > > > On 01/31/2020 04:14 AM, Luca Toscano wrote: > > Hi everybody, > > > > I tested a bit the mod_systemd backport proposal (thanks Joe for > > working on it!) and I have some doubts, that might be due to my > > limited understanding of systemd. I tried the following unit on Debian > > 10 (Buster): > > > > -------------------------------------------------------------------- > > # /etc/systemd/system/apache2.service > > [Unit] > > Description=The Apache HTTP Server > > After=network.target > > > > [Service] > > Type=notify > > ExecStart=/usr/local/apache2/bin/httpd -k start > > What if you add -D FOREGROUND to the above?
Seems working really well now, also together with no NotifyAccess set (defaulting to "main" that seems a good value). Will do more testing but so far all good! Thanks! Luca
