aboutsummaryrefslogtreecommitdiffstats
path: root/www/uwsgi/files/uwsgi.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/uwsgi/files/uwsgi.in')
-rw-r--r--www/uwsgi/files/uwsgi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/uwsgi/files/uwsgi.in b/www/uwsgi/files/uwsgi.in
index 1af04d9c906e..bd32aa1762c0 100644
--- a/www/uwsgi/files/uwsgi.in
+++ b/www/uwsgi/files/uwsgi.in
@@ -76,7 +76,7 @@ if [ -n "${uwsgi_profiles}" ]; then
elif [ -n "$1" ]; then
for profile in ${uwsgi_profiles}; do
echo "Processing ${name} profile: ${profile}"
- $0 $1 ${profile}
+ %%PREFIX%%/etc/rc.d/uwsgi $1 ${profile}
done
exit 0
fi