summarylogtreecommitdiffstats
path: root/vmware-workstation.service
blob: ff4bd26bbd5bd58b39445a0f8cc0b6920c595706 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=VMware Workstation Server daemon
Requires=vmware.service
After=vmware.service

[Service]
ExecStart=/etc/init.d/vmware-workstation-server start
ExecStop=/etc/init.d/vmware-workstation-server stop
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target