mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-17 04:23:50 +02:00
4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r conf ] && . ./conf
|
|
exec php-fpm8.0 --nodaemonize ${OPTS}
|