assimp: fix bfin compile
[buildroot-gz.git] / package / openvmtools / vmtoolsd.service
blob17a4df44c2d1429617c93cd08d2cbcaf256a9cd7
1 [Unit]
2 Description=vmtoolsd for openvmtools
3 After=syslog.target network.target
5 [Service]
6 Type=forking
7 PIDFile=/var/run/vmtoolsd.pid
8 ExecStart=/usr/bin/vmtoolsd -b /var/run/vmtoolsd.pid
9 Restart=on-failure
10 KillMode=process
11 KillSignal=SIGKILL
13 [Install]
14 WantedBy=multi-user.target