8 lines
117 B
SYSTEMD
8 lines
117 B
SYSTEMD
|
[Unit]
|
||
|
Description=Reload PHP-FPM
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStartPre=sleep 2
|
||
|
ExecStart=systemctl reload php8.1-fpm
|