2014-09-02 18:13:36 +02:00
|
|
|
[Unit]
|
|
|
|
Description=vmtoolsd for openvmtools
|
|
|
|
After=syslog.target network.target
|
2019-11-28 16:52:30 +01:00
|
|
|
ConditionVirtualization=vmware
|
2014-09-02 18:13:36 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2020-09-16 17:35:09 +02:00
|
|
|
PIDFile=/run/vmtoolsd.pid
|
|
|
|
ExecStart=/usr/bin/vmtoolsd -b /run/vmtoolsd.pid
|
2014-09-02 18:13:36 +02:00
|
|
|
Restart=on-failure
|
|
|
|
KillMode=process
|
|
|
|
KillSignal=SIGKILL
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|