1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ethercalc_ynh.git synced 2024-09-03 18:26:36 +02:00
This commit is contained in:
ericgaspar 2020-11-03 16:51:32 +01:00
parent bf459a6345
commit 9d0deea122
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ Group=__APP__
WorkingDirectory=__FINALPATH__
Environment="PATH=__ENV_PATH__"
Environment="NODE_ENV=production"
ExecStart=__YNH_NPM__ ethercalc --port __PORT__ --expire __EXPIRE__
ExecStart=__FINALPATH__/bin/ethercalc --port __PORT__ --expire __EXPIRE__
RuntimeMaxSec=86400
Restart=always

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
pkg_dependencies="redis-server"
pkg_dependencies="redis-server g++ make"
nodejs_version=12