From dc9b66cae41fb2f1875c50b4dbe705f5ea373476 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 13 Jun 2022 21:07:04 +0400 Subject: [PATCH] Removed /usr/lib64 from ExecPaths. --- init/systemd/dwelling-upload.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/systemd/dwelling-upload.service b/init/systemd/dwelling-upload.service index f49876d..bf6b6d3 100755 --- a/init/systemd/dwelling-upload.service +++ b/init/systemd/dwelling-upload.service @@ -13,7 +13,7 @@ ReadOnlyPaths=/ # Set here path to directory where uploads are stored. ReadWritePaths=/srv/upload NoExecPaths=/ -ExecPaths=/usr/bin/dwelling-upload /usr/lib64 +ExecPaths=/usr/bin/dwelling-upload RuntimeDirectory=dwelling-upload LogsDirectory=dwelling-upload