dev: remove the pid output
On certain kinds of service failures it blocks forever.
This commit is contained in:
parent
bd6bcddc3e
commit
5c336ecfa6
@ -14,7 +14,7 @@ if [ -f "$HOME/Library/Application Support/dnvm/env" ]; then
|
||||
fi
|
||||
|
||||
function service_restart() {
|
||||
launchctl kickstart -k -p $1
|
||||
launchctl kickstart -k $1
|
||||
}
|
||||
|
||||
function root_shell() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user