From ee17a776fd5a07b6f9ca04bfff9cd00265f11ad5 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 11 Feb 2024 23:01:01 +0100 Subject: Specify database user for ledgerplot --- tw/system/vin.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tw/system/vin.scm b/tw/system/vin.scm index 71d85d9b..d3567f91 100644 --- a/tw/system/vin.scm +++ b/tw/system/vin.scm @@ -223,7 +223,7 @@ "Monitor a ledger file and keep a database in sync with it.") (start #~(make-forkexec-constructor (list #$(file-append ledgerplot "/bin/ledgerplot") - "-wd" "timo" "-H" "/var/run/postgresql") + "-wd" "timo" "-U" "timo" "-H" "/var/run/postgresql") #:user "timo" #:group "users" #:environment-variables (cons* -- cgit v1.2.3