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 see the following warning message when setting up one of the system services on macOS:
○ Adding ~/.config/rclone/rcloneignore to /etc/rcloneignore
○ Adding ~/.config/rclone/system-rclone.conf to /etc/rclone.conf
○ Ensuring Rclone mount-on-reboot definitions are in place
○ Adding ~/Public as S3 bucket mount, enabled at boot
Warning: Expecting a LaunchAgents path since the command was ran as user. Got LaunchDaemons instead.
`launchctl bootstrap` is a recommended alternative.
✔ user launchctl load successful
○ Creating group and user rclone on macOS...
○ Group rclone already exists.
○ User rclone already exists
○ Group and user rclone created successfully on macOS
Add in logic that implements the recommended alternative.
⏺️ Steps To Reproduce
No response
📒 Relevant Log Output
No response
💡 Possible Solution
No response
The text was updated successfully, but these errors were encountered:
Hey @ilewin - if you're going to fix this issue - I don't think it's a fatal error but its outputting the warning message Warning: Expecting a LaunchAgents path since the command was ran as user. Got LaunchDaemons instead. launchctl bootstrap is a recommended alternative. If there is a way of doing the same thing without getting the warning I'd like to do that.
❔ What are you experiencing an issue with?
Latest Release
❔ Version
N/A
🐞 Description
I see the following warning message when setting up one of the system services on macOS:
Add in logic that implements the recommended alternative.
⏺️ Steps To Reproduce
No response
📒 Relevant Log Output
No response
💡 Possible Solution
No response
The text was updated successfully, but these errors were encountered: