From ced7ea514908f4aaea118111ba30fdcb3cfdf8d2 Mon Sep 17 00:00:00 2001 From: forest Date: Sat, 25 Feb 2023 05:44:06 +0000 Subject: [PATCH] =?UTF-8?q?Run=20as=20postrges=20user=20so=20it=20has=20ac?= =?UTF-8?q?cess=20to=20the=20DB=20=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/matrix-disk-space-janitor.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/matrix-disk-space-janitor.service b/deployment/matrix-disk-space-janitor.service index 31dbd8c..3ec25b7 100644 --- a/deployment/matrix-disk-space-janitor.service +++ b/deployment/matrix-disk-space-janitor.service @@ -19,8 +19,8 @@ WorkingDirectory=/opt/matrix-diskspace-janitor ExecStart=/opt/matrix-diskspace-janitor/janitor -User=caddy -Group=caddy +User=postgres +Group=postgres [Install] WantedBy=multi-user.target