Merge pull request #2436 from fewtarius/dev

Deprecate and remove workdir, not needed in lower only overlay.
This commit is contained in:
fewtarius 2023-11-27 21:59:53 -05:00 committed by GitHub
commit 7c53a67437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ DefaultDependencies=no
What=none
Where=/storage/roms
Type=overlay
Options=lowerdir=/storage/games-internal:/storage/games-external,workdir=/storage/.tmp/games-workdir
Options=lowerdir=/storage/games-internal:/storage/games-external
[Install]
WantedBy=jelos.target

View file

@ -2,7 +2,6 @@
# Copyright (C) 2021-present 351ELEC (https://github.com/351ELEC)
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
d /storage/.tmp/games-workdir 0777 root root - -
d /storage/games-internal 0777 root root - -
d /storage/games-external 0777 root root - -
d /storage/roms 0777 root root - -