Linkurious/pattypm

Installing as a service fails on first try

Closed this issue · 2 comments

enys commented

Running sudo /opt/linkurious/menu.sh install --user=appuser_linkur for the first time produces :
Linkurious Manager error: Cannot install as a service: the process owner must be set
Running a second time it works fine.

This is due to the fact that service templates are created in the ctor :https://github.com/Linkurious/pattypm/blob/develop/src/Patty.js#L76

But variables are passed in later.

not shipped yet

fixed