aboutsummaryrefslogtreecommitdiffstats
path: root/www/gdrive-photo-gallery/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/gdrive-photo-gallery/files')
-rw-r--r--www/gdrive-photo-gallery/files/gdrive_photo_gallery.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gdrive-photo-gallery/files/gdrive_photo_gallery.in b/www/gdrive-photo-gallery/files/gdrive_photo_gallery.in
index cf081f0..bca5121 100644
--- a/www/gdrive-photo-gallery/files/gdrive_photo_gallery.in
+++ b/www/gdrive-photo-gallery/files/gdrive_photo_gallery.in
@@ -35,8 +35,8 @@ gdrive_photo_gallery_start()
export DATA_PREFIX="${gdrive_photo_gallery_data_prefix}"
daemon -p "${pidfile}" -o /var/log/gdrive-photo-gallery.log \
- %%PREFIX%%/bin/uv run --directory %%PREFIX%%/gdrive-photo-gallery \
- gunicorn --bind 0.0.0.0:80 app:app -w 1
+ %%PREFIX%%/bin/gunicorn --chdir %%PREFIX%%/gdrive-photo-gallery \
+ --bind 0.0.0.0:80 app:app -w 1
}
gdrive_photo_gallery_stop()