aboutsummaryrefslogtreecommitdiff
path: root/contrib/systemd/qemu-pr-helper.service
blob: a1d27b022170119af939b22cf55d61783230610a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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]