mirror of
https://github.com/YunoHost-Apps/rustdesk-server_ynh.git
synced 2024-09-03 20:16:24 +02:00
fix
This commit is contained in:
parent
ef1621a0a1
commit
6f6ad0cf44
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Rustdesk Signal Server
|
Description=RustDesk Signal Server
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
@ -15,4 +15,4 @@ StandardError=append:__INSTALL_DIR__/hbbs.error
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -6,11 +6,11 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
LimitNOFILE=1000000
|
LimitNOFILE=1000000
|
||||||
ExecStart=__INSTALL_DIR__/hbbr
|
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
|
ExecStart=__INSTALL_DIR__/hbbr
|
||||||
Restart=always
|
Restart=always
|
||||||
StandardOutput=append:__INSTALL_DIR__/hbbr.log
|
#StandardOutput=append:__INSTALL_DIR__/hbbr.log
|
||||||
StandardError=append:__INSTALL_DIR__/hbbr.error
|
#StandardError=append:__INSTALL_DIR__/hbbr.error
|
||||||
# Restart service after 10 seconds if node service crashes
|
# Restart service after 10 seconds if node service crashes
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
|
|
0
conf/rustdesk.yml
Normal file
0
conf/rustdesk.yml
Normal file
Loading…
Reference in a new issue