1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cjdns_ynh.git synced 2024-09-03 18:16:29 +02:00

add description

This commit is contained in:
Éric Gaspar 2023-12-27 12:41:27 +01:00
parent 85ccd5470d
commit a2b3d57e6f
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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