diff --git a/conf/systemd.service b/conf/systemd.service index 3930360..8c88509 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,6 +7,7 @@ After=network.target [Service] Type=forking User=__APP__ +Group=__APP__ Restart=always RestartSec=10 WorkingDirectory=__FINALPATH__ diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..44a7ed4 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +Lstu means Let's Shorten That URL. diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..05d981f --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +Raccourcisseur d'URL diff --git a/manifest.json b/manifest.json index a37b077..4e620a7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "URL Shortener", "fr": "Raccourcisseur d'URL" }, - "version": "0.26.0~ynh1", + "version": "0.26.0~ynh2", "url": "https://lstu.fr", "upstream": { "license": "WTFPL", diff --git a/scripts/change_url b/scripts/change_url index 569a0d8..6bb49eb 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -152,7 +152,8 @@ fi #================================================= ynh_script_progression --message="Starting a systemd service..." -ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Server available at" +# Start a systemd service +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Server available at" #================================================= # RELOAD NGINX