Ah, okay, I looked up ldd output and found that clean service has no dynamic library dependency unlike the service itself. So /usr/lib should be here as well.
This commit is contained in:
parent
0a1ba68b5c
commit
ebb16384db
@ -13,7 +13,7 @@ ReadOnlyPaths=/
|
|||||||
# Set here path to directory where uploads are stored.
|
# Set here path to directory where uploads are stored.
|
||||||
ReadWritePaths=/srv/upload
|
ReadWritePaths=/srv/upload
|
||||||
NoExecPaths=/
|
NoExecPaths=/
|
||||||
ExecPaths=/usr/bin/dwelling-upload
|
ExecPaths=/usr/bin/dwelling-upload /usr/lib64
|
||||||
|
|
||||||
RuntimeDirectory=dwelling-upload
|
RuntimeDirectory=dwelling-upload
|
||||||
LogsDirectory=dwelling-upload
|
LogsDirectory=dwelling-upload
|
||||||
|
Loading…
Reference in New Issue
Block a user