mirror of
https://github.com/YunoHost-Apps/peertube-search-index_ynh.git
synced 2024-09-03 19:56:30 +02:00
Using option '--log_type systemd' with 'yunohost service add' is not relevant anymore
This commit is contained in:
parent
a16c8d0f4c
commit
7c53ca6dce
3 changed files with 3 additions and 3 deletions
|
@ -170,7 +170,7 @@ ynh_use_logrotate
|
|||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||
|
||||
yunohost service add $app --description "$app search index daemon" --log_type systemd
|
||||
yunohost service add $app --description "$app search index daemon"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
|
@ -108,7 +108,7 @@ systemctl enable $app.service --quiet
|
|||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||
|
||||
yunohost service add $app --description "$app search index daemon" --log_type systemd
|
||||
yunohost service add $app --description "$app search index daemon"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
|
@ -172,7 +172,7 @@ ynh_use_logrotate --non-append
|
|||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||
|
||||
yunohost service add $app --description "$app search index daemon" --log_type systemd
|
||||
yunohost service add $app --description "$app search index daemon"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
Loading…
Reference in a new issue