service: move description to the template

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-09-26 11:00:12 +02:00
parent eb6db1b65d
commit 42af0f6fa0
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
github_webhook_service_user: 'github'
github_webhook_service_user_groups: ['www-data']
github_webhook_service_name: '{{ github_webhook_service_user }}-webhook'
github_webhook_description: 'GitHub Webhook server for {{ github_webhook_service_user }} repos'
# Has to be the UID of Airflow user on the host.
github_webhook_service_user_uid: 150000

View File

@ -1,5 +1,5 @@
[Unit]
Description="{{ github_webhook_description }}"
Description="GitHub Webhook server for updating Git repos"
Documentation=https://github.com/status-im/infra-role-github-webhook/tree/master/README.md
Requires=network-online.target
After=network-online.target