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:29:29 +02:00
parent 1054affad3
commit 4d33bc9f1b
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 1 additions and 2 deletions

View file

@ -114,7 +114,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=10
# Start a systemd service
ynh_systemd_action --service_name=smbd --action="start"
#=================================================
# END OF SCRIPT
#=================================================

View file

@ -72,6 +72,7 @@ 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"

View file

@ -16,7 +16,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
app=$YNH_APP_INSTANCE_NAME
#=================================================
# CHECK VERSION
#=================================================