mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-22 17:07:41 +02:00
/var/run has been deprecated by systemd, so use /run instead, as suggested by systemd. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
219 B
Desktop File
11 lines
219 B
Desktop File
[Unit]
|
|
Description=PHP-FPM
|
|
After=network.target
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/php-fpm.pid
|
|
ExecStart=@SYSCONFDIR@/init.d/php-fpm start
|
|
ExecStop=@SYSCONFDIR@/init.d/php-fpm stop
|
|
[Install]
|
|
WantedBy=multi-user.target
|