mirror of
https://github.com/YunoHost-Apps/samba_ynh.git
synced 2024-09-03 20:16:27 +02:00
Fix
This commit is contained in:
parent
c91123d8d7
commit
6b3e66a203
2 changed files with 8 additions and 0 deletions
|
@ -102,6 +102,7 @@ cat $final_path/smb.conf.d/*.conf >> $final_path/smb.conf
|
|||
#================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
#================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
||||
|
||||
yunohost service add smbd --description="Samba service" --log="/var/log/smbd/smbd.log"
|
||||
|
||||
|
|
|
@ -53,6 +53,13 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=12
|
|||
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
#================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
#================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
||||
|
||||
yunohost service add smbd --description="Samba service" --log="/var/log/smbd/smbd.log"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue