1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

Add description to uwsgi systemd service

This commit is contained in:
Salamandar 2024-01-30 17:38:42 +01:00
parent 1838024e42
commit fa5931243b

View file

@ -109,7 +109,7 @@ ynh_add_uwsgi_service () {
systemctl enable "uwsgi-app@$app.service"
# Add as a service
yunohost service add "uwsgi-app@$app" --log "/var/log/uwsgi/$app/$app.log"
yunohost service add "uwsgi-app@$app" --log "/var/log/uwsgi/$app/$app.log" --description="UWSGI service for $app"
}
# Remove the dedicated uwsgi ini file