mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-13 14:05:15 +02:00
4 lines
48 B
Bash
Executable file
4 lines
48 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
|
|
exec php-fpm --nodaemonize
|