qemu-pr-helper.service 268 B

123456789101112131415
  1. [Unit]
  2. Description=Persistent Reservation Daemon for QEMU
  3. [Service]
  4. WorkingDirectory=/tmp
  5. Type=simple
  6. ExecStart=/usr/bin/qemu-pr-helper
  7. PrivateTmp=yes
  8. ProtectSystem=strict
  9. ReadWritePaths=/var/run
  10. RestrictAddressFamilies=AF_UNIX
  11. Restart=always
  12. RestartSec=0
  13. [Install]