Skip to content

Commit

Permalink
Fix celery beat service db path
Browse files Browse the repository at this point in the history
  • Loading branch information
subuk committed Nov 21, 2017
1 parent e64c965 commit cddc876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx-celery-beat.service
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EnvironmentFile=-/etc/sysconfig/awx
Environment=PYTHONPATH=/opt/awx/embedded/lib/python2.7/site-packages:/opt/awx/embedded/lib64/python2.7/site-packages
Environment=AWX_SETTINGS_FILE=/etc/awx/settings.py
Environment=PATH=/opt/awx/bin:/bin:/sbin:/usr/bin:/usr/sbin
ExecStart=/opt/awx/bin/celery beat -A awx -l info --pidfile= -s /var/opt/awx/beat.db
ExecStart=/opt/awx/bin/celery beat -A awx -l info --pidfile= -s /var/lib/awx/beat.db
KillMode=process
Restart=on-failure
RestartSec=2s
Expand Down

0 comments on commit cddc876

Please sign in to comment.