Hello!

My supervisor conf:

[program:libre]
user = myuser 
directory = /user/home/directory 
command = /usr/lib/libreoffice/program/soffice.bin 
"--accept=socket,host=127.0.0.1,port=9000,tcpNoDelay=1;urp;" --headless 
--nodefault --nofirststartwizard --nolockcheck --nologo --norestore 
stdout_logfile= /var/log/libreoffice-headless.log 
redirect_stderr = true 
autostart = true

soffice.bin does not start under the user "myuser". Here is the error log:

terminate called after throwing an instance of 
'com::sun::star::uno::RuntimeException'
terminate called after throwing an instance of 
'com::sun::star::uno::RuntimeException'

But if i run command in the console under the "myuser", it starts.
_______________________________________________
Supervisor-users mailing list
[email protected]
https://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to