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:
parent
1838024e42
commit
fa5931243b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue