diff --git a/conf/systemd.service b/conf/systemd.service index e3c006a..f9ccdbe 100755 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,8 +9,7 @@ Group=__APP__ WorkingDirectory=__FINALPATH__ Environment="NODE_ENV=production" Environment="__YNH_NODE_LOAD_PATH__" - -ExecStart=__FINALPATH__/tiddlywiki mynewwiki --listen #port=__PORT__ authenticated-user-header=basic +ExecStart=__YNH_NODE_LOAD_PATH__ __FINALPATH__/tiddlywiki mynewwiki --listen #port=__PORT__ authenticated-user-header=basic Restart=always [Install]