Hum, my user is
daemon:x:100:65534:Linux User,,,:/tmp:/bin/false
and my command is :
su -c '/usr/local/sbin/PubSysFigures -Hbpi.chez.moi -s30' daemon
but when I'm launching from my shell
sudo su -c '/usr/local/sbin/PubSysFigures -Hbpi.chez.moi -s30' daemon
the process is not launched and
$ echo $?
1
Do you what can create this issue ?