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:
parent
5dfcda4d85
commit
9ceca8a53c
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ ynh_use_logrotate
|
|||
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
||||
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=rustdeskrelay --action="start" --log_path="systemd"
|
||||
ynh_systemd_action --service_name=rustdesksignal --action="start" --log_path="systemd"
|
||||
ynh_systemd_action --service_name=rustdeskrelay --action="start" --log_path="systemd" --timeout="20"
|
||||
ynh_systemd_action --service_name=rustdesksignal --action="start" --log_path="systemd" --timeout="20"
|
||||
|
||||
key=$(cat install_dir/id_ed25519.pub)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue