Petr Gajdos
f13d5adf85
- add NotifyAccess=all to service file [bsc#980663] OBS-URL: https://build.opensuse.org/request/show/427159 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=488
21 lines
568 B
Desktop File
21 lines
568 B
Desktop File
[Unit]
|
|
Description=The Apache Webserver %I
|
|
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
|
|
Environment="HTTPD_INSTANCE=%i"
|
|
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
|
|
NotifyAccess=all
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|