megabyte-labs / install.doctor

A glorious combination of application / theme settings and a performant cross-platform, desktop-oriented software suite.
https://megabyte.space
Other
85 stars 17 forks source link

Warning Error #109

Open ProfessorManhattan opened 11 months ago

ProfessorManhattan commented 11 months ago

❔ 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

ilewin commented 8 months ago

i'll give it a try

ProfessorManhattan commented 8 months ago

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 bootstrapis a recommended alternative. If there is a way of doing the same thing without getting the warning I'd like to do that.