Advertisement
Guest User

Untitled

a guest
Oct 7th, 2013
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Rather than invoking init scripts through /etc/init.d, use the service(8)
  2. utility, e.g. service mysql status
  3.  
  4. Since the script you are attempting to invoke has been converted to an
  5. Upstart job, you may also use the status(8) utility, e.g. status mysql
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement