qemu-kvm/qemu-pr-helper.service
Danilo C. L. de Paula 43bd4b3884 Initial 3.0.0 rebase
2026-02-17 16:57:04 +01:00

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]