diff --git a/conf/systemd.service b/conf/systemd.service index be121ee..ccc4712 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,9 +7,9 @@ Type=simple User=__APP__ Group=__APP__ #WorkingDirectory=__FINALPATH__/ -#Environment="PATH=__ENV_PATH__" +Environment="PATH=__ENV_PATH__" #Environment="THELOUNGE_HOME=/home/yunohost.app/__APP__/" -#Environment="NODE_ENV=production" +Environment="NODE_ENV=production" ExecStart=/usr/bin/yarn start ProtectSystem=yes ProtectHome=yes