distro: move binaries to /usr/libexec to follow Fedora packaging guidelines
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>
This commit is contained in:
parent
d87d9eb27b
commit
88c0cf4b27
4 changed files with 12 additions and 11 deletions
|
|
@ -5,7 +5,7 @@ After=multi-user.target osbuild-composer.socket
|
|||
[Service]
|
||||
Type=simple
|
||||
PrivateTmp=true
|
||||
ExecStart=/usr/lib/osbuild-composer/osbuild-worker -C /var/lib/osbuild
|
||||
ExecStart=/usr/libexec/osbuild-composer/osbuild-worker -C /var/lib/osbuild
|
||||
CacheDirectory=osbuild-composer
|
||||
Restart=on-failure
|
||||
RestartSec=10s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue