Skip to content

Instantly share code, notes, and snippets.

@ksomemo
Created November 11, 2014 07:06
Show Gist options
  • Save ksomemo/33bc994dc0ed5b8316a9 to your computer and use it in GitHub Desktop.
Save ksomemo/33bc994dc0ed5b8316a9 to your computer and use it in GitHub Desktop.
macでのservice起動停止
#!/bin/sh
# ex: td-agent
sudo launchctl stop td-agent
sudo launchctl start td-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment