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

Merge pull request #2 from YunoHost-Apps/testing

Add description to systemd
This commit is contained in:
André Théo LAURET 2023-05-27 14:52:37 +04:00 committed by GitHub
commit ff332a204f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,7 +188,7 @@ ynh_use_logrotate "$log_file"
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --log="${log_file}"
yunohost service add $app --description="$app server" --log="${log_file}"
#=================================================
# GENERIC FINALIZATION