Running a upstart service as different user
I just upgraded Ghost that powers this blog to v2.1
. I have an upstart script that starts off this instance.
With the latest upgrade, it is a requirement that the service start with same user permission as the folder.
Setting setuid <username>
at the start of the script seems to fix it as mentioned here!
Yay! Now powered by v2.1! :)