1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/httpsh_ynh.git synced 2024-09-03 19:25:55 +02:00

Fix inconsistency in systemd service name

This commit is contained in:
Félix Piédallu 2023-09-26 12:26:06 +02:00
parent aca4451c53
commit 04d33c8b98
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
systemctl enable "$app.service" --quiet
yunohost service add "$app" --description="A short description of the app" --log="/var/log/$app/$app.log"
yunohost service add "$app" --description="httpsh on ttyd web terminal" --log="/var/log/$app/$app.log"
mkdir "/var/log/$app"
touch "/var/log/$app/$app.log"

View file

@ -71,7 +71,7 @@ ynh_add_nginx_config
ynh_add_systemd_config
yunohost service add "$app" --description="A short description of the app" --log="/var/log/$app/$app.log"
yunohost service add "$app" --description="httpsh on ttyd web terminal" --log="/var/log/$app/$app.log"
ynh_use_logrotate --non-append