From 4c7730f16db3d11f0ee110c49970bc0260749aa8 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: May 06 2020 11:46:27 +0000 Subject: Fix typo in pagure_authorized_keys_worker.service There was a missing '[' on the section definition for the "Service" section, which caused systemd to fail to load the unit properly. Signed-off-by: Neal Gompa --- diff --git a/files/pagure_authorized_keys_worker.service b/files/pagure_authorized_keys_worker.service index f5f6a05..2ba126b 100644 --- a/files/pagure_authorized_keys_worker.service +++ b/files/pagure_authorized_keys_worker.service @@ -3,7 +3,7 @@ Description=Pagure worker for managing the authorized_keys file After=redis.target Documentation=https://pagure.io/pagure -Service] +[Service] ExecStart=/usr/bin/celery worker -A pagure.lib.tasks --loglevel=info -c 1 -Q authorized_keys_queue Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg" Type=simple