repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qapi: Improve specificity of type/member descriptions
[qemu/armbru.git]
/
contrib
/
systemd
/
qemu-pr-helper.service
blob
a1d27b022170119af939b22cf55d61783230610a
1
[Unit]
2
Description=Persistent Reservation Daemon for QEMU
3
4
[Service]
5
WorkingDirectory=/tmp
6
Type=simple
7
ExecStart=/usr/bin/qemu-pr-helper
8
PrivateTmp=yes
9
ProtectSystem=strict
10
ReadWritePaths=/var/run
11
RestrictAddressFamilies=AF_UNIX
12
Restart=always
13
RestartSec=0
14
15
[Install]