Skip to content
Snippets Groups Projects
Unverified Commit 876e73dc authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Move service dispatch daemon after the source service


Service dispatch daemon depends on the source service, so it has to
start after it.

Signed-off-by: Andrej Shadura's avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent cd5ab0f2
No related branches found
No related tags found
No related merge requests found
Pipeline #39454 passed
...@@ -4,7 +4,7 @@ directory=/usr/lib/obs/server/ ...@@ -4,7 +4,7 @@ directory=/usr/lib/obs/server/
stdout_logfile=/srv/obs/log/servicedispatch.log stdout_logfile=/srv/obs/log/servicedispatch.log
redirect_stderr=true redirect_stderr=true
autostart=True autostart=True
priority=1 priority=4
startretries=100 startretries=100
stopsignal=KILL stopsignal=KILL
killasgroup=true killasgroup=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment