uploaded spice-vdagent
[platform/adaptation/emulator/spice-vdagent.git] / data / spice-vdagentd.service
1 [Unit]
2 Description=Agent daemon for Spice guests
3 After=dbus.target
4
5 # TODO we should use:
6 #Requires=spice-vdagentd.socket
7
8 [Service]
9 Type=forking
10 EnvironmentFile=-/etc/sysconfig/spice-vdagentd
11 ExecStartPre=/bin/rm -f /opt/var/run/spice-vdagentd/spice-vdagent-sock
12 ExecStart=/usr/sbin/spice-vdagentd $SPICE_VDAGENTD_EXTRA_ARGS;
13 PIDFile=/opt/var/run/spice-vdagentd/spice-vdagentd.pid
14 PrivateTmp=true
15
16 [Install]
17 WantedBy=emulator.target