I can't start a process because this error is hurting me. I tried to find any information and he says that it means there is no directory, but it is there. User "rafail" has permission to interact with the directory.
Here is logs:
supervisor: couldn't chdir to ~/MyProjects/PhoneNumbers_Sender/: ENOENT
supervisor: child process was not spawned
supervisor: couldn't chdir to ~/MyProjects/PhoneNumbers_Sender/: ENOENT
supervisor: child process was not spawned
supervisor: couldn't chdir to ~/MyProjects/PhoneNumbers_Sender/: ENOENT
supervisor: child process was not spawned
supervisor: couldn't chdir to ~/MyProjects/PhoneNumbers_Sender/: ENOENT
supervisor: child process was not spawned
And my project configuration file:
[program:phone_sender]
directory=~/MyProjects/PhoneNumbers_Sender/
command=bash start.sh
user=rafail
autostart=true
autorestart=true
startsecs=0
stderr_logfile=~/phone_stderr.log
stdout_logfile=~/phone_stdout.log
PS. I work with supervisor for the first time and I try to understand it. Thank you for understanding.