install.doctor
install.doctor copied to clipboard
Warning Error
β 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:
β 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
i'll give it a try
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.