xref: /openbmc/qemu/contrib/systemd/qemu-pr-helper.service (revision 9277d81f5c2c6f4d0b5e47c8476eb7ee7e5c0beb)
1[Unit]
2Description=Persistent Reservation Daemon for QEMU
3
4[Service]
5WorkingDirectory=/tmp
6Type=simple
7ExecStart=/usr/bin/qemu-pr-helper
8PrivateTmp=yes
9ProtectSystem=strict
10ReadWritePaths=/var/run
11RestrictAddressFamilies=AF_UNIX
12Restart=always
13RestartSec=0
14
15[Install]
16