mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-09 03:55:20 +02:00
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
[ -e conf ] && . ./conf
|
|
exec mfscgiserv -f $OPTS start
|