1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lingva_ynh.git synced 2024-09-03 19:36:20 +02:00

perbaiki jalur nodejs

This commit is contained in:
Neko Nekowazarashi 2023-05-29 20:32:00 +07:00
parent 1a3b7aec1d
commit 5c71751633

View file

@ -7,9 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=/usr/bin/npx next start -p __PORT__
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
ExecStart=__NODEJS_PATH__/npx next start -p __PORT__
# Sandboxing options to harden security
# Depending on specificities of your service/app, you may need to tweak these