f247c8cfd7
- Add apache2-systemd-ask-pass / apache2.service / start_apache2 and modify apache2-ssl-global.conf for systemd support (bnc#697137). OBS-URL: https://build.opensuse.org/request/show/81909 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=335
17 lines
399 B
Desktop File
17 lines
399 B
Desktop File
[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
|