Skip to content

Commit b3155c1

Browse files
committed
fix: add WorkingDirectory to ReadHat service file to make mercure.db files work without absolute paths (php#1835)
* add WorkingDirectory to make mercure.db files work without absolut paths * make linter happy
1 parent 93a4bac commit b3155c1

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/ja/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ docker buildx bake -f docker-bake.hcl --pull --no-cache --push
195195
## Docker関連リソース
196196

197197
- [Bakeファイル定義](https://docs.docker.com/build/customize/bake/file-definition/)
198-
- [docker buildx build](https://docs.docker.com/engine/reference/commandline/buildx_build/)
198+
- [`docker buildx build`](https://docs.docker.com/engine/reference/commandline/buildx_build/)
199199

200200
## 便利なコマンド
201201

docs/pt-br/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ neste local.
170170
> Certifique-se de executar `openssl_get_cert_locations()` no contexto
171171
> apropriado.
172172
173-
[Certificados CA extraídos do Mozilla podem ser baixados no site do curl](https://curl.se/docs/caextract.html).
173+
[Certificados CA extraídos do Mozilla podem ser baixados no site do cURL](https://curl.se/docs/caextract.html).
174174

175175
Como alternativa, muitas distribuições, incluindo Debian, Ubuntu e Alpine,
176176
fornecem pacotes chamados `ca-certificates` que contêm esses certificados.

package/rhel/frankenphp.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Group=frankenphp
99
ExecStartPre=/usr/bin/frankenphp validate --config /etc/frankenphp/Caddyfile
1010
ExecStart=/usr/bin/frankenphp run --environ --config /etc/frankenphp/Caddyfile
1111
ExecReload=/usr/bin/frankenphp reload --config /etc/frankenphp/Caddyfile
12+
WorkingDirectory=/var/lib/frankenphp
1213
TimeoutStopSec=5s
1314
LimitNOFILE=1048576
1415
LimitNPROC=512

0 commit comments

Comments
 (0)