1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00
This commit is contained in:
Éric Gaspar 2023-10-31 23:01:02 +01:00
parent ef1621a0a1
commit 6f6ad0cf44
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=Rustdesk Signal Server
Description=RustDesk Signal Server
[Service]
Type=simple
@ -15,4 +15,4 @@ StandardError=append:__INSTALL_DIR__/hbbs.error
RestartSec=10
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

View file

@ -6,11 +6,11 @@ Type=simple
User=__APP__
Group=__APP__
LimitNOFILE=1000000
ExecStart=__INSTALL_DIR__/hbbr
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/hbbr
Restart=always
StandardOutput=append:__INSTALL_DIR__/hbbr.log
StandardError=append:__INSTALL_DIR__/hbbr.error
#StandardOutput=append:__INSTALL_DIR__/hbbr.log
#StandardError=append:__INSTALL_DIR__/hbbr.error
# Restart service after 10 seconds if node service crashes
RestartSec=10

0
conf/rustdesk.yml Normal file
View file