Previous to version 12.1, the Unix Agent utilized an undocumented command to start the external file event service.
While the default settings will be applicable to most environments there are scenarios where, due to permissions, modification to the file event service are necessary.
This has been added to the .ini file and documentation as ServiceProgramStartCommand with the generally applicable setting.
From the updated documentation:
Command which is used by the Unix Agent to start the external file event service.
If required this command can be adapted to make use of another login tool than su. For instance sudo.
It is recommended to keep the default value. However, if the default value has to be modified it is suggested to test the command in the shell before it is used in the Agent.
It is not recommended to install the service application ucxj???s with the SetUID-Bit. Otherwise, all file operations of the service will be executed as the effective UserID of the file owner.
Default: su %USER% -c '%IOSCOMMAND%'