From 27599c7e9aed9f8ffcfbcc7e37a3ddd6ea40fb2a Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 13 Jun 2022 22:32:22 +0400 Subject: [PATCH] Remove /usr/lib64 from ExecPaths since our executable is purely static now. --- init/systemd/dwelling-radio.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/systemd/dwelling-radio.service b/init/systemd/dwelling-radio.service index 857424e..23d9d2a 100755 --- a/init/systemd/dwelling-radio.service +++ b/init/systemd/dwelling-radio.service @@ -10,7 +10,7 @@ ExecStart=/usr/bin/dwelling-radio -conf /etc/dwelling/radio.yaml ReadOnlyPaths=/ NoExecPaths=/ -ExecPaths=/usr/bin/dwelling-radio /usr/bin/bash /usr/bin/tail /usr/bin/head /usr/bin/cut /usr/lib64 +ExecPaths=/usr/bin/dwelling-radio /usr/bin/bash /usr/bin/tail /usr/bin/head /usr/bin/cut LogsDirectory=dwelling-radio RuntimeDirectory=dwelling-radio