> Date: Wednesday, June 17, 2020 06:48:27 -0500
> From: Tom Browder <tom.brow...@gmail.com>
>
> If I build a new server using --enable-systemd how does that affect
> using apachectl?
> 
> Can I still apachectl for interactive start/stop while systemd
> takes care of reboots?
> 


You would use "systemctl" to start/stop/reload/... the server, e.g., 

   systemctl start httpd.service  


(the ".service" bit is probably unnecessary).



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to