8 lines
139 B
Desktop File
8 lines
139 B
Desktop File
[Unit]
|
|
Description=Reload PHP-FPM
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStartPre=sleep 2
|
|
ExecStart=systemctl try-reload-or-restart phpPHPVERSION-fpm
|