File apache2.service of Package apache2

[Unit]
Description=apache
After=syslog.target network.target
Before=getty@tty1.service

[Service]
Type=forking
PIDFile=/var/run/httpd2.pid
EnvironmentFile=/etc/sysconfig/apache2
ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -k start
ExecReload=/usr/sbin/start_apache2 -D SYSTEMD -t
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/usr/sbin/httpd2 -D SYSTEMD -k stop

[Install]
WantedBy=multi-user.target
openSUSE Build Service is sponsored by