浏览代码

docker ttrss: openrc properly kills apache

boyska 5 年之前
父节点
当前提交
4903435659
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docker/ttrss-openrc-apache

+ 2 - 0
docker/ttrss-openrc-apache

@@ -12,5 +12,7 @@ stop() {
     ebegin "Stopping Apache (with wrapper)"
     start-stop-daemon --stop --exec /bootstrap/start.sh \
         --pidfile /var/run/apache-start.pid
+    start-stop-daemon --stop --exec httpd \
+        --pidfile /var/run/apache2/httpd.pid
     eend $?
 }