[Unit] Description=Webhook Service for r10k Deployment After=network.target [Service] ExecStart=/usr/local/bin/webhook -hooks /etc/webhook/hooks.json -port 8088 Restart=always User=puppet Group=puppet WorkingDirectory=/etc/puppetlabs/code StandardOutput=syslog StandardError=syslog [Install] WantedBy=multi-user.target