Guest User

Untitled

a guest
May 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. service { "foo":
  2. provider => "base",
  3. binary => "/usr/sbin/foo",
  4. status => "my status command",
  5. stop => "my stop command",
  6. start => "my start command",
  7. restart => "my restart command",
  8. }
Add Comment
Please, Sign In to add comment