Hi,
Can the Insync headless daemon on an Ubuntu server be configured to run under a different user account then root when it is set to autostart?
Werner
Hi,
Can the Insync headless daemon on an Ubuntu server be configured to run under a different user account then root when it is set to autostart?
Werner
Tagging our engineer @lpugoy to help you out with this
@WvdW: The insync-headless process is started on boot by an entry in the user’s crontab, so to run it as a different user you can try the following steps:
~/.config/Insync
folder to the new user’s home folder./root
/, it might be better to move it to a different location first before doing step 1. The Insync folder can be moved with the insync-headless move_folder
command.@reboot insync-headless start >/dev/null 2>&1
to the new user’s crontab.Hope this helps.