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:
parent
2d09f7c27f
commit
412ce45667
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue