miniflux: log stderr too

This commit is contained in:
Frank Steinborn 2022-10-16 21:59:42 +02:00 committed by Michal Vasilek
parent b07d91451e
commit 2bd56606a9
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec 2>&1
exec chpst -u _miniflux miniflux.app

View file

@ -1,7 +1,7 @@
# Template file for 'miniflux'
pkgname=miniflux
version=2.0.38
revision=1
revision=2
wrksrc="v2-${version}"
build_style=go
go_import_path="miniflux.app"