Files
emby_plexdrive/root/etc/services.d/plexdrive/run
T
2018-10-30 23:18:39 +01:00

8 lines
278 B
Plaintext

#!/usr/bin/with-contenv bash
echo "Starting Plexdrive"
exec s6-setuidgid plex \
/bin/sh -c \
"/usr/local/bin/plexdrive mount -v 2 -c ${HOME}/${PLEXDRIVE_CONFIG_DIR} --cache-file=${HOME}/${PLEXDRIVE_CONFIG_DIR}/cache.bolt -o allow_other ${PLEXDRIVE_MOUNT_POINT}"