blob: 7a4be12fa959b4d13bfb0a8ffdad7a873254fdd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# The directory where MEGA temporary DB files will be created
MEGA_WORK_DIR="/var/mega"
# The local directory to keep in sync with the MEGA server
MEGA_LOCAL_DIR="/srv/mega"
# The remote directory on the MEGA server
MEGA_REMOTE_DIR="/"
# Your MEGA credentials
MEGA_EMAIL=""
MEGA_PWD=""
# The amount of time the service file will wait to start megasync
MEGA_PRE_START_SLEEP=45
|