worker: Remove unused -C argument

It isn't defined anywhere in the code, therefore it had no effect in the
unit file.
This commit is contained in:
Ondřej Budai 2020-01-22 09:13:18 +01:00 committed by Tom Gundersen
parent 2d09f7c27f
commit 412ce45667

View file

@ -6,7 +6,7 @@ After=multi-user.target osbuild-composer.socket
[Service]
Type=simple
PrivateTmp=true
ExecStart=/usr/libexec/osbuild-composer/osbuild-worker -C /var/lib/osbuild
ExecStart=/usr/libexec/osbuild-composer/osbuild-worker
CacheDirectory=osbuild-composer
Restart=on-failure
RestartSec=10s