Setting the cache directory to `/var/cache` causes problems on the remote worker startup and it needs to be removed. Signed-off-by: Major Hayden <major@redhat.com>
12 lines
259 B
Desktop File
12 lines
259 B
Desktop File
[Unit]
|
|
Description=OSBuild Composer Remote Worker (%i)
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PrivateTmp=true
|
|
ExecStart=/usr/libexec/osbuild-composer/osbuild-worker %i
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
CPUSchedulingPolicy=batch
|
|
IOSchedulingClass=idle
|