Update conf/systemd.service

This commit is contained in:
denis 2024-11-15 12:03:20 -05:00
parent d49ca3b92f
commit 47bef32ae2

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=bash __INSTALL_DIR__/run.sh
ExecStart=yarn start
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit