docker ttrss: openrc properly kills apache

This commit is contained in:
boyska 2018-08-10 10:12:06 +02:00
parent 212791c70a
commit 4903435659

View file

@ -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 $?
} }