Apple Intelligence now features Image Playground, Genmoji, Writing Tools enhancements, seamless support for ChatGPT, and visual intelligence.

Apple Intelligence has also begun language expansion with localized English support for Australia, Canada, Ireland, New Zealand, South Africa, and the U.K. Learn more >

You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to stop and restart a service

Does anyone know the commands to stop/restart a particular service via Terminal?

Posted on Aug 7, 2020 1:32 PM

Reply
Question marked as Top-ranking reply

Posted on Aug 7, 2020 4:51 PM

dmatt110 wrote:

What you provided is like 10 years old and is not valid for Catalina. Thanks anyway.

It's still valid for Catalina. You just have to disable SIP first. The "list" subcommand is deprecated. You should use "print" and the appropriate domain instead.


What are you trying to do anyway? And why?

4 replies
Question marked as Top-ranking reply

Aug 7, 2020 4:51 PM in response to dmatt110

dmatt110 wrote:

What you provided is like 10 years old and is not valid for Catalina. Thanks anyway.

It's still valid for Catalina. You just have to disable SIP first. The "list" subcommand is deprecated. You should use "print" and the appropriate domain instead.


What are you trying to do anyway? And why?

Aug 7, 2020 2:12 PM in response to dmatt110

Yep, here you go...


https://serverfault.com/questions/194832/how-to-start-stop-restart-launchd-services-from-the-command-line


sudo launchctl load -w /System/Library/LaunchDaemons/***.plist 

You can stop the service using the unload subcommand.

sudo launchctl unload  /System/Library/LaunchDaemons/***.plist 

To list the services, as you might have already guessed use the 'list' subcommand ;)

How to stop and restart a service

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.