diff --git a/conf/systemd.service b/conf/systemd.service index 2d1bbe3..726fa1d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ Environment="PATH=__PATH_WITH_NODEJS__" Environment="NODE_ENV=production" -ExecStart=yarn start +ExecStart=yarn start:backend & yarn start:frontend Restart=always RestartSec=5 StandardOutput=append:/var/log/__APP__/__APP__.log