mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
add env & update deps
This commit is contained in:
parent
2fe9dcb606
commit
43c4070123
2 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
|
EnvironmentFile=__INSTALL_DIR__/.env
|
||||||
ExecStart=__INSTALL_DIR__/bin/bonfire start daemon
|
ExecStart=__INSTALL_DIR__/bin/bonfire start daemon
|
||||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||||
StandardError=inherit
|
StandardError=inherit
|
||||||
|
|
|
@ -98,8 +98,8 @@ ram.runtime = "500M"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
[resources.sources.deps_install]
|
[resources.sources.deps_install]
|
||||||
url = "https://github.com/bonfire-networks/bonfire-app/raw/main/deps-debian.sh"
|
url = "https://github.com/bonfire-networks/bonfire-app/raw/a57ad00dd18bfe558fc398938f19c92b48c60ff6/deps-debian.sh"
|
||||||
sha256 = "dc6a7fd593d092aec22782da01ac370a4ae318d4e9135cb7b594d2379a35de8f"
|
sha256 = "56624dc90719e2182f8116e63d9784079ce47e19892410f37ce5aa3de2a22b57"
|
||||||
format = "script"
|
format = "script"
|
||||||
rename = "deps-debian.sh"
|
rename = "deps-debian.sh"
|
||||||
extract = false
|
extract = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue