diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-24 11:58:59 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-24 11:58:59 +0300 |
| commit | f9a73f2669e9820eb081989f3a1f576dbfee3275 (patch) | |
| tree | 687572facde7487e6227e991873e8345ebaac12f /www/gdrive-photo-gallery/files | |
| parent | 63bfcc4b064b5e5b23d95e467d303ec290238111 (diff) | |
www/gdrive-photo-gallery: remove uv dependency
Diffstat (limited to 'www/gdrive-photo-gallery/files')
| -rw-r--r-- | www/gdrive-photo-gallery/files/gdrive_photo_gallery.in | 4 |
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() |
