xref: /OK3568_Linux_fs/buildroot/package/openvmtools/vmtoolsd.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=vmtoolsd for openvmtools
3After=syslog.target network.target
4ConditionVirtualization=vmware
5
6[Service]
7Type=forking
8PIDFile=/run/vmtoolsd.pid
9ExecStart=/usr/bin/vmtoolsd -b /run/vmtoolsd.pid
10Restart=on-failure
11KillMode=process
12KillSignal=SIGKILL
13
14[Install]
15WantedBy=multi-user.target
16