repo.or.cz
/
vd_agent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
systemd services: add Documentation key (point to manpage)
[vd_agent.git]
/
data
/
spice-vdagent.service
blob
7c320ca6d573d95f88cddc69e3ee5c17886250f7
1
[Unit]
2
Description=Spice guest session agent
3
Documentation=man:spice-vdagent(1)
4
# Make sure the display is reachable
5
After=graphical-session.target
6
7
[Service]
8
ExecStart=/usr/bin/spice-vdagent -x
9
10
[Install]
11
WantedBy=graphical-session.target