mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
Found some inconsistencies in the 'yunohost service add' commands between install, upgrade and restore
This commit is contained in:
parent
c529c55a1d
commit
aec93811a0
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ ynh_use_logrotate
|
|||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||
|
||||
yunohost service add $app --description="$app daemon for Distbin" --log="/var/log/$app/$app.log"
|
||||
yunohost service add $app --description="$app daemon for distbin" --log="/var/log/$app/$app.log"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
Loading…
Reference in a new issue