Generally, where is IPFS_PATH?

I have the following line in ipfs.service file from a tutorial,
Environment=IPFS_PATH="$HOME"
And it’s giving me error like mkdir Permission denied

What does IPFS_PATH suppose to be? I installed my IPFS under /home/ubuntu. So is it /home/ubuntu/.ipfs or /home/ubuntu?