8198b6bf7f
- kvm-spec-Move-qemu-pr-helper-back-to-usr-bin.patch [bz#1869635] - kvm-Bump-required-libusbx-version.patch [bz#1856591] - Resolves: bz#1856591 (libusbx isn't updated with qemu-kvm) - Resolves: bz#1869635 ('/usr/bin/qemu-pr-helper' is not a suitable pr helper: No such file or directory)
16 lines
268 B
Desktop File
16 lines
268 B
Desktop File
[Unit]
|
|
Description=Persistent Reservation Daemon for QEMU
|
|
|
|
[Service]
|
|
WorkingDirectory=/tmp
|
|
Type=simple
|
|
ExecStart=/usr/bin/qemu-pr-helper
|
|
PrivateTmp=yes
|
|
ProtectSystem=strict
|
|
ReadWritePaths=/var/run
|
|
RestrictAddressFamilies=AF_UNIX
|
|
Restart=always
|
|
RestartSec=0
|
|
|
|
[Install]
|