Try commenting out the group in the systemd service file

This commit is contained in:
Pierre-Yves Chibon 2017-07-26 22:27:08 +02:00
parent 62ce796115
commit 3aff7686a7

View file

@ -8,7 +8,7 @@ ExecStart=/usr/bin/celery worker -A pagure.lib.tasks --loglevel=info --autoreloa
Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg" Environment="PAGURE_CONFIG=/etc/pagure/pagure.cfg"
Type=simple Type=simple
User=pagure User=pagure
Group=pagure #Group=pagure
Restart=on-failure Restart=on-failure
[Install] [Install]