docker ttrss: openrc properly kills apache
This commit is contained in:
parent
212791c70a
commit
4903435659
1 changed files with 2 additions and 0 deletions
|
@ -12,5 +12,7 @@ stop() {
|
||||||
ebegin "Stopping Apache (with wrapper)"
|
ebegin "Stopping Apache (with wrapper)"
|
||||||
start-stop-daemon --stop --exec /bootstrap/start.sh \
|
start-stop-daemon --stop --exec /bootstrap/start.sh \
|
||||||
--pidfile /var/run/apache-start.pid
|
--pidfile /var/run/apache-start.pid
|
||||||
|
start-stop-daemon --stop --exec httpd \
|
||||||
|
--pidfile /var/run/apache2/httpd.pid
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue