Browse Source

Typo in the example systemd service

Ben Welsh 7 years ago
parent
commit
243cc45450
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/userguide/daemonizing.rst

+ 1 - 1
docs/userguide/daemonizing.rst

@@ -378,7 +378,7 @@ This is an example systemd file:
   Type=forking
   User=celery
   Group=celery
-  EnvironmentFile=-/etc/conf.d/celery
+  EnvironmentFile=/etc/conf.d/celery
   WorkingDirectory=/opt/celery
   ExecStart=/bin/sh -c '${CELERY_BIN} multi start ${CELERYD_NODES} \
     -A ${CELERY_APP} --pidfile=${CELERYD_PID_FILE} \