aboutsummaryrefslogtreecommitdiff
path: root/tw/system/vin.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-02-11 23:01:01 +0100
committerTimo Wilken2024-02-11 23:01:01 +0100
commitee17a776fd5a07b6f9ca04bfff9cd00265f11ad5 (patch)
tree9a4421bc0da66ec22b5d03bfffb93d410d5e2000 /tw/system/vin.scm
parentc425e19ddf8e144ecc9eda1f534c7bf984c17958 (diff)
Specify database user for ledgerplot
Diffstat (limited to 'tw/system/vin.scm')
-rw-r--r--tw/system/vin.scm2
1 files changed, 1 insertions, 1 deletions
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*