From 937f7eaa2b3f834d3ec7cd55f270e8ca40940e13 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Tue, 29 Mar 2022 07:37:49 +1100 Subject: [PATCH] Update ubuntu-package-install.md * Add what file to remove to fix systemd issue --- docs/ubuntu-package-install.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ubuntu-package-install.md b/docs/ubuntu-package-install.md index b54da88a..1a50ec04 100644 --- a/docs/ubuntu-package-install.md +++ b/docs/ubuntu-package-install.md @@ -255,6 +255,11 @@ This is because, when the package is installed, the following symbolic link is c Created symlink /etc/systemd/user/default.target.wants/onedrive.service → /usr/lib/systemd/user/onedrive.service. ``` +To resolve this, so that the client is *not* automatically started, without 'enabling' the client yourself, you need to remove this symbolic link: +``` +sudo rm /etc/systemd/user/default.target.wants/onedrive.service +``` + This issue is being tracked by: [#1274](https://github.com/abraunegg/onedrive/issues/1274) **Important:** It is highly advisable that you remove this symbolic link before you configure or authenticate your client. If you do not remove this symbolic link before you configure or authenticate your client this could lead to multiple copies of the client running, leading to sync conflics and operational issues which may include data loss (data deleted locally & on OneDrive).