1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/terraforming-mars_ynh.git synced 2024-09-03 20:36:05 +02:00

fix service name

This commit is contained in:
Thomas 2023-11-06 20:40:52 +01:00 committed by GitHub
parent bfebc43f61
commit ef27f93784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=Jellyseer Service
Description=Terraforming-Mars Service
Wants=network-online.target
After=network-online.target

View file

@ -96,7 +96,7 @@ ynh_use_logrotate
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description=Jellyseer Service --log=/var/log/$app/$app.log
yunohost service add $app --description="Terraforming-Mars Service" --log=/var/log/$app/$app.log
#=================================================
# START SYSTEMD SERVICE

View file

@ -29,7 +29,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
systemctl enable $app.service --quiet
yunohost service add $app --description="Jellyseer Service" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Terraforming-Mars Service" --log="/var/log/$app/$app.log"
mkdir -p "/var/log/$app"
touch "/var/log/$app/$app.log"

View file

@ -65,7 +65,7 @@ ynh_add_nginx_config
ynh_add_systemd_config
yunohost service add $app --description="Jellyseer Service" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Terraforming-Mars Service" --log="/var/log/$app/$app.log"
ynh_use_logrotate --non-append