You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the launcher gui, and after clicking the button to allow auto start, although the gui provides no error message and acts as it succeed, after a restart the mount does not start.
Opening the launcher in a terminal and clicking the check button to enable auto start shows the following messages:
{"level":"warn","error":"open /home/junior/.config/onedriver/config.yml: no such file or directory","path":"/home/junior/.config/onedriver/config.yml","time":"2024-12-20T08:51:26-06:00","message":"Configuration file not found, using defaults."}
08:41:52 INF onedriver-launcher v0.14.1
08:41:52 INF Found existing mount. mount=/home/junior/OneDrive
08:41:54 INF Changing systemd unit enabled state. enabled=true mount=/home/junior/OneDrive signal=toggled [email protected]
08:41:54 ERR Could not change systemd unit enabled state. error="File /home/junior/.config/systemd/user/default.target.wants/[email protected] already exists." [email protected]
On Linux Mint 21.3 (Cinnamon) I am trying to start OneDriver on login via systemd. I am getting the following error:
export SERVICE_NAME=$(systemd-escape --template [email protected] --path /home/user/OneDrive )
systemctl --user daemon-reload
systemctl --user start $SERVICE_NAME
Failed to start [email protected]: Unit [email protected] not found.
The text was updated successfully, but these errors were encountered: