1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-10-31 22:18:49 +01:00
parent d052a8f76a
commit 30a220d8b0

View file

@ -58,8 +58,8 @@ yunohost service add rustdesk-hbbs --description="Remote control alternative for
ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=rustdesk-server --action="start" --log_path="systemd"
ynh_systemd_action --service_name=rustdesk-hbbs --action="start" --log_path="systemd"
#ynh_systemd_action --service_name=rustdesk-server --action="start" --log_path="systemd"
#ynh_systemd_action --service_name=rustdesk-hbbs --action="start" --log_path="systemd"
#=================================================
# END OF SCRIPT