1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

Merge pull request #43 from YunoHost-Apps/testing

fix services start
This commit is contained in:
yalh76 2019-03-20 13:27:19 +01:00 committed by GitHub
commit d8ce8d2251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"en": "Distributed pastebin with ActivityPub.", "en": "Distributed pastebin with ActivityPub.",
"fr": "Pastebin distribué utilisant le protocole ActivityPub." "fr": "Pastebin distribué utilisant le protocole ActivityPub."
}, },
"version": "1.2.0~ynh1", "version": "1.2.0~ynh2",
"url": "https://example.com", "url": "https://example.com",
"license": "Apache-2.0", "license": "Apache-2.0",
"maintainer": { "maintainer": {

View file

@ -140,7 +140,7 @@ chown -R "$app":"$app" "/var/log/$app"
# START SERVICE # START SERVICE
#================================================= #=================================================
ynh_systemd_action --action=start --service_name=$app --line_match="http://localhost:" ynh_systemd_action --action=start --service_name=$app --line_match="http"
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT

View file

@ -213,7 +213,7 @@ systemctl reload nginx
# START SERVICE # START SERVICE
#================================================= #=================================================
ynh_systemd_action --action=start --service_name=$app --line_match="http://localhost:" ynh_systemd_action --action=start --service_name=$app --line_match="http"
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT