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:
parent
755051d451
commit
313c208837
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue