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
ad71f0e079
commit
e6cf4bf9b1
3 changed files with 11 additions and 6 deletions
|
@ -1,2 +0,0 @@
|
|||
PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/node_n/bin"
|
||||
NODE_ENV=production
|
|
@ -9,7 +9,6 @@ Group=__APP__
|
|||
Environment="NODE_ENV=production"
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
ExecStart=/usr/bin/ethercalc --port __PORT__ --expire __EXPIRE__
|
||||
EnvironmentFile=/etc/systemd/system/ethercalc.env
|
||||
RuntimeMaxSec=86400
|
||||
Restart=always
|
||||
|
||||
|
|
|
@ -8,6 +8,14 @@ pkg_dependencies="redis-server"
|
|||
|
||||
nodejs_version=12
|
||||
|
||||
# =============================================================================
|
||||
# YUNOHOST 2.7 FORTHCOMING HELPERS
|
||||
# =============================================================================
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
||||
#=================================================
|
||||
# EXPERIMENTAL HELPERS
|
||||
#=================================================
|
||||
|
||||
#=================================================
|
||||
# FUTURE OFFICIAL HELPERS
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue