Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Unit]
Description=Open Virtual Machine Tools (vmware-user)
Documentation=https://github.com/vmware/open-vm-tools
ConditionVirtualization=vmware
PartOf=graphical-session.target
After=graphical-session.target

[Service]
Type=forking
ExecStart=/usr/bin/vmware-user-suid-wrapper
Slice=app.slice

[Install]
WantedBy=graphical-session.target
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Name=VMware User Agent
# KDE bug 190522: KDE does not autostart items with NoDisplay=true...
# NoDisplay=true
X-KDE-autostart-phase=1

# Prevent processing via systemd-xdg-autostart-generator: https://systemd.io/DESKTOP_ENVIRONMENTS/#xdg-autostart-integration
# Correct service config provided by app-vmware-user.service
X-systemd-skip=true