mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-03 12:07:30 +00:00
2848cc99a1
Adds suport for systemd, creates a service for php-fpm and installs it if required Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11 lines
234 B
Desktop File
11 lines
234 B
Desktop File
[Unit]
|
|
Description=PHP-FPM
|
|
After=network.target
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=@LOCALSTATEDIR@/run/php-fpm.pid
|
|
ExecStart=@SYSCONFDIR@/init.d/php-fpm start
|
|
ExecStop=@SYSCONFDIR@/init.d/php-fpm stop
|
|
[Install]
|
|
WantedBy=multi-user.target
|