1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/netdata_ynh.git synced 2024-09-03 19:46:33 +02:00

Fix yunohost service syntax errors

This commit is contained in:
Jimmy Monin 2020-12-22 14:01:30 +01:00
parent 1e387b63d1
commit 818e7a3d1f
3 changed files with 2 additions and 8 deletions

View file

@ -118,7 +118,7 @@ configure_netdata
# INTEGRATE SERVICE IN YUNOHOST
#=================================================
yunohost service add $app --description="Real-time performance and health monitoring for systems and applications" --log="$final_path/var/log/netdata/error.log" "$final_path/var/log/netdata/access.log" "$final_path/var/log/netdata/debug.log"
yunohost service add $app --description "Real-time performance and health monitoring for systems and applications" --log "$final_path/var/log/netdata/error.log" "$final_path/var/log/netdata/access.log" "$final_path/var/log/netdata/debug.log"
#=================================================
# START SYSTEMD SERVICE

View file

@ -87,7 +87,7 @@ configure_netdata
# INTEGRATE SERVICE IN YUNOHOST
#=================================================
yunohost service add $app --description="Real-time performance and health monitoring for systems and applications" --log="$final_path/var/log/netdata/error.log" "$final_path/var/log/netdata/access.log" "$final_path/var/log/netdata/debug.log"
yunohost service add $app --description "Real-time performance and health monitoring for systems and applications" --log "$final_path/var/log/netdata/error.log" "$final_path/var/log/netdata/access.log" "$final_path/var/log/netdata/debug.log"
#=================================================
# START SYSTEMD SERVICE

View file

@ -152,12 +152,6 @@ if [[ $is_public -eq 1 ]]; then
ynh_permission_update --permission "main" --add "visitors"
fi
#=================================================
# INTEGRATE SERVICE IN YUNOHOST
#=================================================
yunohost service add $app --description="Real-time performance and health monitoring for systems and applications" --log="$final_path/var/log/netdata/error.log" "$final_path/var/log/netdata/access.log" "$final_path/var/log/netdata/debug.log"
#=================================================
# START SYSTEMD SERVICE
#=================================================