service: pull in the worker at runtime

Rather than enabling the worker when composer is enabled, make sure
it is started whenever composer is.

This means that one worker instance is always available, and more can
be enabled if required. They are then also started whenever composer
is.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2019-12-10 20:52:31 +01:00 committed by Lars Karlitski
parent 118b185fdd
commit ef6fbe2a25
2 changed files with 2 additions and 2 deletions

View file

@ -11,5 +11,4 @@ Restart=on-failure
RestartSec=10s
[Install]
DefaultInstance=1
WantedBy=multi-user.target
WantedBy=osbuild-composer.service