Advertisement
Guest User

puppet.service

a guest
Jun 13th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [Unit]
  2. Description=Puppet agent
  3. Wants=basic.target
  4. After=basic.target
  5.  
  6. [Service]
  7. Type=forking
  8. PIDFile=/run/puppet/agent.pid
  9. ExecStartPre=/usr/bin/install -d -o puppet -m 755 /run/puppet
  10. ExecStart=/usr/bin/puppet agent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement