mirror of
/repos/dotTiddlywiki.git
synced 2025-12-30 07:31:33 +01:00
14 lines
386 B
Plaintext
14 lines
386 B
Plaintext
created: 20190504100259844
|
|
creator: user
|
|
modified: 20190504100503828
|
|
modifier: user
|
|
tags: osx
|
|
title: LaunchDaemon
|
|
type: text/vnd.tiddlywiki
|
|
|
|
; How to start/stop/restart launchd services from the command line?
|
|
: https://serverfault.com/questions/194832/how-to-start-stop-restart-launchd-services-from-the-command-line
|
|
|
|
```sh
|
|
$ sudo launchctl unload /Library/LaunchDaemons/ssh.plist
|
|
``` |