From 722cf4c54ec158715efbad7350d8ae32fa9db13e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:19:18 +0200 Subject: [PATCH] fix helpers name --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index e69da9e..ebb82ea 100755 --- a/scripts/install +++ b/scripts/install @@ -106,10 +106,10 @@ ynh_config_add_phpfpm # Create a dedicated NGINX config using the conf/nginx.conf template ynh_config_add_nginx -### `ynh_systemd_config` is used to configure a systemd script for an app. +### `ynh_config_add_systemd` is used to configure a systemd script for an app. ### It can be used for apps that use sysvinit (with adaptation) or systemd. ### Have a look at the app to be sure this app needs a systemd script. -### `ynh_systemd_config` will use the file conf/systemd.service +### `ynh_config_add_systemd` will use the file conf/systemd.service ### If you're not using these lines: ### - You can remove those files in conf/. ### - Remove the section "BACKUP SYSTEMD" in the backup script