From fc01a91d44bf3f64301115467bcda723e68def32 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 20 Feb 2023 16:27:50 +0100 Subject: [PATCH] The backup-with-borg script shouldnt be called with sudo ... --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index b2d0080..2a4cb98 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=oneshot -ExecStart=/usr/bin/sudo /usr/local/bin/backup-with-__APP__ __APP__ +ExecStart=/usr/local/bin/backup-with-__APP__ __APP__ User=__APP__ Group=__APP__