Probleme mit systemctl unter macOS

Probleme mit systemctl unter macOS

Ich bin im Zuge eines Upgrades umgezogen zsh. Jetzt versuche ich jedoch, einige systemctlBefehle einzugeben, erhalte jedoch immer wieder die Fehlermeldung „Befehl nicht gefunden“.

Meine ~/.bashrcDatei:

# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"

Die Spitze meines ~/.zshrc:

# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# export PATH="$PATH:$HOME/.rvm/bin"
# export PATH=$HOME/bin:/usr/local/bin:/sbin:/usr/sbin:$PATH
  export PATH="$PATH:$HOME"

# Path to your oh-my-zsh installation.
export ZSH="/Users/<username>/.oh-my-zsh"

Ich habe mir darüber den Kopf zerbrochen!! – Ich habe alle Pfade ausprobiert, die bereits auskommentiert sind.

Antwort1

Danke an @Fox.

Musste verwenden

sudo launchctl start|stop postfix 

verwandte Informationen