This makes no difference, so let's just put them where the Fedora guidelines say they should be. Also, make sure to own the containing directory. Signed-off-by: Tom Gundersen <teg@jklm.no>
15 lines
332 B
Desktop File
15 lines
332 B
Desktop File
[Unit]
|
|
Description=OSBuild Composer Worker (%i)
|
|
After=multi-user.target osbuild-composer.socket
|
|
|
|
[Service]
|
|
Type=simple
|
|
PrivateTmp=true
|
|
ExecStart=/usr/libexec/osbuild-composer/osbuild-worker -C /var/lib/osbuild
|
|
CacheDirectory=osbuild-composer
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
|
|
[Install]
|
|
DefaultInstance=1
|
|
WantedBy=multi-user.target
|