aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-05-11 00:10:36 +0200
committerGitHub <noreply@github.com>2021-05-11 00:10:36 +0200
commit93fc01ff5c7cb13c13669739663567d0597e0c03 (patch)
tree7c6fa30cbee71c867eaa294fc6af9dbeac8c3028 /scripts/install
parent502b9563f9fd5c071a2da6488656ed1ae59dd1ba (diff)
parentacbea32d2a33e78d24b67416883618a24c6c5945 (diff)
downloadmastodon_ynh-93fc01ff5c7cb13c13669739663567d0597e0c03.tar.gz
mastodon_ynh-93fc01ff5c7cb13c13669739663567d0597e0c03.tar.bz2
mastodon_ynh-93fc01ff5c7cb13c13669739663567d0597e0c03.zip
Merge pull request #272 from YunoHost-Apps/testing
YunoHost 4.2
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install b/scripts/install
index f5da202..7e8e99d 100644
--- a/scripts/install
+++ b/scripts/install
@@ -190,9 +190,9 @@ chown $app:$app "$final_path/live/config/settings.yml"
ynh_script_progression --message="Configuring a systemd service..."
# Create a dedicated systemd config
-ynh_add_systemd_config --service="$app-web" --template="mastodon-web.service" --others_var="port_web RBENV_ROOT"
-ynh_add_systemd_config --service="$app-sidekiq" --template="mastodon-sidekiq.service" --others_var="RBENV_ROOT"
-ynh_add_systemd_config --service="$app-streaming" --template="mastodon-streaming.service" --others_var="port_stream ynh_node_load_PATH ynh_node"
+ynh_add_systemd_config --service="$app-web" --template="mastodon-web.service"
+ynh_add_systemd_config --service="$app-sidekiq" --template="mastodon-sidekiq.service"
+ynh_add_systemd_config --service="$app-streaming" --template="mastodon-streaming.service"
#=================================================
# INSTALLING MASTODON