Skip to content

Commit 1691744

Browse files
committed
Use TemporaryFileSystem for precomp dirs
The actual service has no write access to these directories, so it will fail until you run the bot with required privileges (after that it's going to run fine). Now every service will have it's own writable temp precomp directory.
1 parent 92c5c28 commit 1691744

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/whateverable@.service

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ ReadWritePaths=/home/bisectable/git/whateverable/sandbox
3131
ReadWritePaths=/home/bisectable/git/whateverable/data
3232
ReadOnlyPaths=/home/bisectable/git/whateverable/data/builds
3333
InaccessiblePaths=/home/bisectable/git/whateverable/config.json
34+
TemporaryFileSystem=/home/bisectable/git/whateverable/lib/.precomp
35+
TemporaryFileSystem=/home/bisectable/git/whateverable/lib/Whateverable/.precomp
3436

3537
MemoryMax=1.5G
3638
TasksMax=80

0 commit comments

Comments
 (0)