Skip to content
Snippets Groups Projects
Commit af33c641 authored by David Schmitz's avatar David Schmitz
Browse files

systemd/fod-celeryd.service.dist: update

parent 72c45437
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,9 @@ WorkingDirectory=/srv/flowspy ...@@ -17,9 +17,9 @@ WorkingDirectory=/srv/flowspy
#RuntimeDirectory=yourservice #RuntimeDirectory=yourservice
#RuntimeDirectoryMode=0755 #RuntimeDirectoryMode=0755
ExecStartPre=-/bin/mkdir /var/run/fod/ ExecStartPre=-/bin/mkdir -p /var/run/fod/
ExecStartPre=-/bin/chown fod: /var/run/fod/ ExecStartPre=-/bin/chown fod: /var/run/fod/
ExecStartPre=-/bin/rmdir /var/run/fod/snmppoll.lock ExecStartPre=-/bin/rm -f -r /var/run/fod/snmppoll.lock
ExecStartPre=-/bin/rm -f /srv/flowspy/snmp_temp_data.lock ExecStartPre=-/bin/rm -f /srv/flowspy/snmp_temp_data.lock
#ExecStart=/srv/flowspy/pythonenv celery -A flowspy worker -B --concurrency=2 -l debug -f /srv/flowspy/log/celery.log #ExecStart=/srv/flowspy/pythonenv celery -A flowspy worker -B --concurrency=2 -l debug -f /srv/flowspy/log/celery.log
ExecStart=/srv/flowspy/pythonenv celery -A flowspy worker -B --concurrency=2 -l info -f /srv/flowspy/log/celery.log ExecStart=/srv/flowspy/pythonenv celery -A flowspy worker -B --concurrency=2 -l info -f /srv/flowspy/log/celery.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment