Use /run/nginx.pid

In modern systems /var/run folder is just a symlink to
/run with potential to be removed in the future.

Currently, nginx might fail on Debian jobs because of that [1]

[1] https://zuul.opendev.org/t/openstack/build/54263ee3816c484d94505a629558218c/log/logs/openstack/aio1_repo_container-da3488c9/nginx.service.journal-12-02-06.log.txt

Change-Id: I19321a61cce978e781c3581fcc136609b5be8092
This commit is contained in:
Dmitriy Rabotyagov 2022-04-04 17:45:31 +02:00 committed by Dmitriy Rabotyagov
parent baeea3b398
commit 4f3bec1680
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
systemd_utils_prefix: "/lib/systemd"
repo_nginx_pid: /var/run/nginx.pid
repo_nginx_pid: /run/nginx.pid
rsyncd_service_name: rsync