This is not currently used. Drop it for now, until we use it, and when we do, it should be reintroduced with the right name, to avoid clashing with osbuild-composer (they are owned by different users, so cannot be shared). Signed-off-by: Tom Gundersen <teg@jklm.no>
16 lines
351 B
Desktop File
16 lines
351 B
Desktop File
[Unit]
|
|
Description=OSBuild Composer Worker (%i)
|
|
Requires=osbuild-composer.socket
|
|
After=multi-user.target osbuild-composer.socket
|
|
|
|
[Service]
|
|
Type=simple
|
|
PrivateTmp=true
|
|
ExecStart=/usr/libexec/osbuild-composer/osbuild-worker
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
CPUSchedulingPolicy=batch
|
|
IOSchedulingClass=idle
|
|
|
|
[Install]
|
|
WantedBy=osbuild-composer.service
|