From a2b3d57e6fefda348d8f5ee58355aac7c1a033fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:41:27 +0100 Subject: [PATCH] add description --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 9102671..0ed4ee2 100755 --- a/scripts/install +++ b/scripts/install @@ -85,7 +85,7 @@ ynh_use_logrotate #================================================= ynh_script_progression --message="Integrating cjdns service in YunoHost..." -yunohost service add $app --description="$app service" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Encrypted IPv6 network" --log="/var/log/$app/$app.log" #================================================= # GENERIC FINALIZATION diff --git a/scripts/restore b/scripts/restore index 6e509ca..9a91205 100755 --- a/scripts/restore +++ b/scripts/restore @@ -36,7 +36,7 @@ chown -R $app:www-data "$data_dir" ynh_restore_file --origin_path="/etc/systemd/system/$app.service" systemctl enable $app.service --quiet -yunohost service add $app --description="$app service" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Encrypted IPv6 network" --log="/var/log/$app/$app.log" #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index b4b652f..d190780 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -43,7 +43,7 @@ chmod +x "$install_dir/cjdroute" #================================================= ynh_script_progression --message="Integrating cjdns service in YunoHost..." -yunohost service add $app --description="$app service" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Encrypted IPv6 network" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE