From ffc5f18784b007d319037f736be883ff4783b24f Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sat, 25 Oct 2025 12:02:48 +1100 Subject: [PATCH] Update ubuntu-package-install.md * Update PR --- docs/ubuntu-package-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ubuntu-package-install.md b/docs/ubuntu-package-install.md index 35d5ca4a..1ca6c8c5 100644 --- a/docs/ubuntu-package-install.md +++ b/docs/ubuntu-package-install.md @@ -41,7 +41,7 @@ sudo apt remove onedrive #### Step 1c: Remove errant systemd service file installed by PPA or distribution package -Additionally, the distribution packages have a bad habit of creating a 'default' systemd service file when installing the 'onedrive' package so that the client will automatically run the client post being authenticated: +The Ubuntu Universe distribution packages have a bad habit of creating a 'default' systemd service file when installing the 'onedrive' package so that the client will automatically run the client post being authenticated. The following is logged when you install from the Ubuntu Universe package: ``` Created symlink /etc/systemd/user/default.target.wants/onedrive.service → /usr/lib/systemd/user/onedrive.service. ```