2024-11-21 14:56:24 -08:00
|
|
|
[Unit]
|
|
|
|
After=network.target local-fs.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
# sleep to give time for php-fpm to start first
|
|
|
|
# testing showed 2 seconds enough, using 5 for exra buffer
|
|
|
|
ExecStartPre=sleep 5
|
2024-11-22 14:20:38 -08:00
|
|
|
ExecStart=/usr/local/sbin/vpanel-php-fpm-socket-helper.sh
|
2024-11-21 14:56:24 -08:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|