mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 06:35:24 +02:00
3 lines
72 B
Bash
Executable file
3 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec php-fpm8.2 --nodaemonize ${OPTS}
|