mirror of
https://github.com/void-linux/void-packages.git
synced 2025-05-01 21:43:52 +02:00
3 lines
72 B
Bash
Executable file
3 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec php-fpm8.1 --nodaemonize ${OPTS}
|