1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linkstack_ynh.git synced 2024-09-03 19:36:14 +02:00

ofc we need a system user

This commit is contained in:
Tagadda 2023-05-06 16:06:48 +00:00
parent b662aa19ae
commit 492a291a95

View file

@ -71,6 +71,9 @@ ram.runtime = "50M"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "linkstack.zip" autoupdate.asset = "linkstack.zip"
[resources.system_user]
# This will provision/deprovision a unix system user
[resources.install_dir] [resources.install_dir]
# This will create/remove the install dir as /var/www/$app # This will create/remove the install dir as /var/www/$app
# and store the corresponding setting $install_dir # and store the corresponding setting $install_dir