1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/loki_ynh.git synced 2024-09-03 19:36:16 +02:00

Add promtail

This commit is contained in:
Florent 2022-12-29 00:40:23 +01:00
parent 93fda6bee9
commit 55fcfe7229

View file

@ -141,7 +141,7 @@ ynh_use_logrotate --non-append
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="Loki daemon" --log="/var/log/$app/loki.log" yunohost service add $app --description="Loki daemon" --log="/var/log/$app/loki.log"
yunohost service add $app --description="Promtail daemon" --log="/var/log/$app/promtail.log" yunohost service add $app-promtail --description="Promtail daemon" --log="/var/log/$app/promtail.log"
#================================================= #=================================================
# START SYSTEMD SERVICE # START SYSTEMD SERVICE