forked from pool/apache2
Petr Gajdos
6f5fbad387
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=477
20 lines
550 B
Desktop File
20 lines
550 B
Desktop File
[Unit]
|
|
Description=The Apache Webserver
|
|
After=network.target nss-lookup.target time-sync.target remote-fs.target
|
|
Before=getty@tty1.service plymouth-quit.service xdm.service
|
|
PartOf=apache2.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
PrivateTmp=true
|
|
ExecStart=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k start
|
|
ExecReload=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful
|
|
ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop
|
|
KillMode=mixed
|
|
TasksMax=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=httpd.service apache.service
|
|
|