mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
fix
This commit is contained in:
parent
bf459a6345
commit
9d0deea122
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
pkg_dependencies="redis-server"
|
||||
pkg_dependencies="redis-server g++ make"
|
||||
|
||||
nodejs_version=12
|
||||
|
||||
|
|
Loading…
Reference in a new issue