Update conf/systemd.service

This commit is contained in:
denis 2024-11-15 19:36:20 -05:00
parent 7af3a8b5e6
commit f03887c5fe

View file

@ -10,7 +10,7 @@ WorkingDirectory=__INSTALL_DIR__/
Environment="PATH=__PATH_WITH_NODEJS__"
Environment="NODE_ENV=production"
# kana said this starts both
# kana said this starts both, dev mode doesnt work well tho :(
ExecStart=yarn dev
Restart=always