That may be your problem. I imagine the other files in /etc/default/
have permissions set to 664.
Set the permissions of /etc/default/elasticsearch
to 664 and try to start the service again. I encountered this issue when replacing elasticsearch with elasticsearch-oss
Command for reference: sudo chmod 664 /etc/default/elasticsearch