1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Other scripts as well

This commit is contained in:
orhtej2 2023-07-31 16:07:25 +02:00
parent 755051d451
commit 313c208837
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ systemctl enable $app.service --quiet
ynh_restore_file --origin_path="/etc/logrotate.d/$app"
yunohost service add $app --description="Team collaboration communication platform"
yunohost service add $app --description="Team collaboration communication platform" --log=/var/log/$app/rocketchat.log
#=================================================
# START SYSTEMD SERVICE

View file

@ -110,7 +110,7 @@ ynh_add_systemd_config
# Use logrotate to manage app-specific logfile(s)
ynh_use_logrotate --non-append
yunohost service add $app --description="Team collaboration communication platform"
yunohost service add $app --description="Team collaboration communication platform" --log=/var/log/$app/rocketchat.log
#=================================================
# START SYSTEMD SERVICE