12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
[Unit]
|
|
Description=r10k GitLab Webhook
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/r10k_gitlab_webhook <%= @pt_r10k_webhook_port %>
|
|
Restart=always
|
|
User=root
|
|
WorkingDirectory=/etc/puppetlabs/code
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |