Hello!

I am looking for the file that is creating the following service file :

~~~
/usr/lib/systemd/system/vmtoolsd.service
~~~

My aim is to simply add extra arguments and make specific changes in
Exec section
of the aforementioned service file.

something like :

~~~
-ExecStart = /usr/bin/vmtoolsd
+ExecStart = /usr/bin/vmtoolsd  ARG1 ARG2
~~~

I know I can edit the unit file simply, but I want to build a binary
which would have this by default for some of my systems.

The above is just an example, I wish to execute vmtoolsd in a different
namespace than it currently runs in.


Best,
Achilles

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
open-vm-tools-discuss mailing list
open-vm-tools-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-discuss

Reply via email to