Hi,
I created a customized script to start some of the processes in our servers. One of it is httpd :
[
[email protected] system]# cat httpd.service
[Unit]
Description=The Apache HTTP Server
After=network.target remote-fs.target nss-lookup.target
[Service]
Type=notify...