<div dir="ltr"><div class="gmail-adn gmail-ads" style="padding-left:8px;font-size:medium"><div class="gmail-gs" style="margin-left:44px"><div id="gmail-:10r" class="gmail-ii gmail-gt gmail-adP" style="font-size:12.8px;margin-bottom:0px;margin-left:0px;padding-bottom:5px"><div id="gmail-:10s" class="gmail-a3s gmail-aXjCH gmail-m15fdad6af31a0d4d"><div dir="ltr">I am trying to create a systemd service to manage the celery task queue<div><br></div><div>My service file is :</div><div><div>[Unit]</div><div>Description=Celery bf Service</div><div>After=network.target</div><div><br></div><div>[Service]</div><div>Type=forking</div><div>User=doug</div><div>Group=doug</div><div>WorkingDirectory=/home/doug/<wbr>www/my_project</div><div>ExecStart=/home/doug/.<wbr>virtualenvs/bf-env/bin/celery    -A tasks worker   --app=tasks.celery_app:app   --logfile=/var/log/celery/bf/<wbr>%n%I.log   --loglevel=INFO   -Ofair --time-limit=300</div></div><div><br></div><div>When I run:</div><div>$ systemctl start celery_bf.service</div><div>I get:</div><div>Job for celery_bf.service failed because a configured resource limit was exceeded. See "systemctl status celery_bf.service" and "journalctl -xe" for details.</div><div><br></div><div>$ systemctl status celery_bf.service</div><div><div>● celery_bf.service - Celery bf Service</div><div>   Loaded: loaded (/etc/systemd/system/celery_<wbr>bf.service; enabled; vendor preset: disabled)</div><div>   Active: failed (Result: resources)</div><div><br></div><div>Nov 20 13:57:20 stower systemd[1]: celery_bf.service failed.</div><div>Nov 20 13:57:20 stower systemd[1]: Starting Celery bf Service...</div><div>Nov 20 13:58:33 stower systemd[1]: celery_bf.service failed to run 'start' task: Operation not supported</div><div>Nov 20 13:58:33 stower systemd[1]: Failed to start Celery bf Service.</div><div>Nov 20 13:58:33 stower systemd[1]: celery_bf.service failed.</div><div>Nov 20 13:58:33 stower systemd[1]: Starting Celery bf Service...</div><div>Nov 20 14:06:03 stower systemd[1]: celery_bf.service failed to run 'start' task: Operation not supported</div><div>Nov 20 14:06:03 stower systemd[1]: Failed to start Celery bf Service.</div><div>Nov 20 14:06:03 stower systemd[1]: celery_bf.service failed.</div><div>Nov 20 14:06:03 stower systemd[1]: Starting Celery bf Service...</div></div><div><br></div><div>$ journalctl -xe</div><div><div>Nov 20 14:05:12 stower polkitd[29785]: Unregistered Authentication Agent for unix-process:11449:78569047 (system bus name :1.1184, object path /org/freedesktop</div><div>Nov 20 14:06:00 stower polkitd[29785]: Registered Authentication Agent for unix-process:11476:78574149 (system bus name :1.1187 [/usr/bin/pkttyagent --notify-f</div><div>Nov 20 14:06:03 stower polkitd[29785]: Operator of unix-process:11476:78574149 successfully authenticated as unix-user:doug to gain ONE-SHOT authorization for </div><div>Nov 20 14:06:03 stower systemd[1]: celery_bf.service failed to run 'start' task: Operation not supported</div><div>Nov 20 14:06:03 stower systemd[1]: Failed to start Celery bf Service.</div><div>-- Subject: Unit celery_bf.service has failed</div><div>-- Defined-By: systemd</div><div>-- Support: <a href="http://lists.freedesktop.org/mailman/listinfo/systemd-devel" target="_blank">http://lists.freedesktop.org/<wbr>mailman/listinfo/systemd-devel</a></div><div>-- </div><div>-- Unit celery_bf.service has failed.</div><div class="gmail-yj6qo gmail-ajU" style="margin:2px 0px 0px"><div id="gmail-:11b" class="gmail-ajR" tabindex="0"><img class="gmail-ajT" src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif"></div></div><span class="gmail-HOEnZb gmail-adL"><font color="#888888"><div>-- </div><div>-- The result is failed.</div><div>Nov 20 14:06:03 stower systemd[1]: celery_bf.service failed.</div><div>Nov 20 14:06:03 stower systemd[1]: Starting Celery bf Service...</div><div>-- Subject: Unit celery_bf.service has begun start-up</div><div>-- Defined-By: systemd</div><div>-- Support: <a href="http://lists.freedesktop.org/mailman/listinfo/systemd-devel" target="_blank">http://lists.freedesktop.org/<wbr>mailman/listinfo/systemd-devel</a></div><div>-- </div><div>-- Unit celery_bf.service has begun starting up.</div></font></span></div><span class="gmail-HOEnZb gmail-adL"><font color="#888888"><div><br></div><div>It appears that something is wrong with the ExecStart command,</div><div>But when I cut and paste the same command into the command line it works as expected and celery starts without any issues</div><div><br></div><div>Any help Would be appreciated</div><div>Thanks,</div><div>Doug</div></font></span></div><div class="gmail-adL"></div></div></div><div class="gmail-hi"></div></div><div class="gmail-ajx"></div></div><div class="gmail-gA gmail-gt gmail-acV" style="font-size:12.8px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top:none;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><div class="gmail-gB gmail-xu"><div class="gmail-ip gmail-iq" style="margin-right:5px;padding-top:12px;padding-right:0px;padding-left:8px;border-top:1px solid rgb(216,216,216)"></div></div></div></div>