1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/samba_ynh.git synced 2024-09-03 20:16:27 +02:00
This commit is contained in:
ericgaspar 2022-05-07 18:28:07 +02:00
parent c91123d8d7
commit 6b3e66a203
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 8 additions and 0 deletions

View file

@ -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"

View file

@ -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
#=================================================