aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/puppet/puppet/puppet.service
blob: c49dacfd50a57e56fc0b4aad4b32b329d84cf489 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Puppet agent
After=network.target

[Service]
ExecStart=/usr/bin/puppet agent --server master --no-daemonize
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target