# Defaults for the onedrive initscript
# It is recommended to use the provided Systemd scripts for starting
# a server process if systemd is available.

# change this to yes to enable onedrive starting via init.d
ENABLED=no

# Set to the user onedrive should run as
# If this is set to "nobody" (the default), then no synchronization will
# be started.
RUN_AS_USER=nobody
