1
0

Remove /usr/lib64 from ExecPaths since our executable is purely static now.

This commit is contained in:
Alexander Andreev 2022-06-13 22:32:22 +04:00
parent 9e4ac0816f
commit 27599c7e9a
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F

View File

@ -10,7 +10,7 @@ ExecStart=/usr/bin/dwelling-radio -conf /etc/dwelling/radio.yaml
ReadOnlyPaths=/ ReadOnlyPaths=/
NoExecPaths=/ 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 LogsDirectory=dwelling-radio
RuntimeDirectory=dwelling-radio RuntimeDirectory=dwelling-radio