summaryrefslogtreecommitdiffstats
path: root/data/spice-vdagentd.service
blob: 4da7b4468287708ba10c99a35364913924c278b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Agent daemon for Spice guests
After=dbus.target

# TODO we should use:
#Requires=spice-vdagentd.socket

[Service]
EnvironmentFile=-/etc/sysconfig/spice-vdagentd
ExecStartPre=/bin/rm -f /var/run/spice-vdagentd/spice-vdagent-sock
ExecStart=/usr/sbin/spice-vdagentd $SPICE_VDAGENTD_EXTRA_ARGS
PIDFile=/var/run/spice-vdagentd/spice-vdagentd.pid
PrivateTmp=true

[Install]
WantedBy=spice-vdagentd.target