Procházet zdrojové kódy

Typo in the example systemd service

Ben Welsh před 7 roky
rodič
revize
243cc45450
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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} \