Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/php: select SYSTEMD_TMPFILES for PHP_SAPI_FPM
@ 2019-11-22  9:39 Pascal de Bruijn
  2019-11-25 21:10 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Pascal de Bruijn @ 2019-11-22  9:39 UTC (permalink / raw)
  To: buildroot

PrivateTmp=true requires SYSTEMD_TMPFILES otherwise the service will
fail to start on boot.

Signed-off-by: Pascal de Bruijn <p.debruijn@unilogic.nl>
---
 package/php/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/php/Config.in b/package/php/Config.in
index 2469573..b65438a 100644
--- a/package/php/Config.in
+++ b/package/php/Config.in
@@ -39,6 +39,7 @@ config BR2_PACKAGE_PHP_SAPI_CLI
 
 config BR2_PACKAGE_PHP_SAPI_FPM
 	bool "FPM interface"
+	select BR2_PACKAGE_SYSTEMD_TMPFILES if BR2_PACKAGE_SYSTEMD
 	depends on BR2_USE_MMU
 	# "Sparc v8 and predecessors are not and will not be supported"
 	depends on !BR2_sparc
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-05 19:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-22  9:39 [Buildroot] [PATCH] package/php: select SYSTEMD_TMPFILES for PHP_SAPI_FPM Pascal de Bruijn
2019-11-25 21:10 ` Thomas Petazzoni
2019-11-26 17:45   ` Jérémy ROSEN
2019-12-04  8:53     ` Jérémy ROSEN
2021-08-05 19:51       ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox