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?
Regards
RĂ¼diger