Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit 94f5512

Browse files
authored
Merge pull request #3 from linuxserver/workingdir
2 parents 759a247 + baf843d commit 94f5512

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

root/etc/cont-init.d/55-oneshot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/with-contenv bash
22

3+
cd / || exit 1
4+
35
s6-setuidgid abc python3 /app/pmm/plex_meta_manager.py --config "${PMM_CONFIG:-/config/config.yml}" --run
46

57
exec \

root/etc/services.d/plex-meta-manager/run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ if [ ! -e "${PMM_CONFIG:-/config/config.yml}" ]; then
66
sleep infinity
77
fi
88

9+
cd / || exit 1
10+
911
exec \
1012
s6-setuidgid abc python3 /app/pmm/plex_meta_manager.py --config "${PMM_CONFIG:-/config/config.yml}" --time "${PMM_TIME:-03:00}"

0 commit comments

Comments
 (0)