diff options
Diffstat (limited to 'user/open-vm-tools/vgauthd.initd')
-rw-r--r-- | user/open-vm-tools/vgauthd.initd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/user/open-vm-tools/vgauthd.initd b/user/open-vm-tools/vgauthd.initd new file mode 100644 index 000000000..8ab97f2c2 --- /dev/null +++ b/user/open-vm-tools/vgauthd.initd @@ -0,0 +1,6 @@ +#!/sbin/openrc-run + +pidfile="/run/vgauthd.pid" +command="/usr/bin/VGAuthService" +command_args="-s" +command_background="true" |