Z
Z
Zenko2021-11-01 13:27:55
linux
Zenko, 2021-11-01 13:27:55

How to run VMware Horizon Client as a service on Linux?

Tell me please, who can come across.
You need to run VMware Horizon Client as a service on Linux to start immediately after system startup.
Maybe there is a manual?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Valery, 2021-11-02
@valerka_shtirliz

as an option:
create the file /etc/systemd/system/something.service
in it, write:
[Unit]
Description=Launch external script service
After=syslog.target network.target
[Service]
Type=simple
ExecStart=path to the program executable file
[ Install]
WantedBy=multi-user.target
But this needs to be tested =)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question