Add initial meta-stx to support StarlingX build
[pti/rtp.git] / meta-stx / recipes-support / puppet / files / puppet / 4.8.2 / puppet.service
1 [Unit]
2 Description=Puppet agent
3 After=network.target
4
5 [Service]
6 ExecStart=/usr/bin/puppet agent --server master --no-daemonize
7 ExecReload=/bin/kill -HUP $MAINPID
8
9 [Install]
10 WantedBy=multi-user.target