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 14:44:35 +01:00
parent ad71f0e079
commit e6cf4bf9b1
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 11 additions and 6 deletions

View file

@ -1,2 +0,0 @@
PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/node_n/bin"
NODE_ENV=production

View file

@ -9,7 +9,6 @@ Group=__APP__
Environment="NODE_ENV=production" Environment="NODE_ENV=production"
Environment="__YNH_NODE_LOAD_PATH__" Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=/usr/bin/ethercalc --port __PORT__ --expire __EXPIRE__ ExecStart=/usr/bin/ethercalc --port __PORT__ --expire __EXPIRE__
EnvironmentFile=/etc/systemd/system/ethercalc.env
RuntimeMaxSec=86400 RuntimeMaxSec=86400
Restart=always Restart=always

View file

@ -8,6 +8,14 @@ pkg_dependencies="redis-server"
nodejs_version=12 nodejs_version=12
# ============================================================================= #=================================================
# YUNOHOST 2.7 FORTHCOMING HELPERS # PERSONAL HELPERS
# ============================================================================= #=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================