mirror of
https://github.com/YunoHost-Apps/rustdesk-server_ynh.git
synced 2024-09-03 20:16:24 +02:00
Update rustdesk-server.service
This commit is contained in:
parent
5b68bafe86
commit
c72e624ebb
1 changed files with 4 additions and 5 deletions
|
@ -7,12 +7,11 @@ User=__APP__
|
|||
Group=__APP__
|
||||
LimitNOFILE=1000000
|
||||
WorkingDirectory=__INSTALL_DIR__/
|
||||
ExecStart=__INSTALL_DIR__/hbbr
|
||||
ExecStart=__INSTALL_DIR__/hbbr -k _
|
||||
Restart=always
|
||||
#StandardOutput=append:__INSTALL_DIR__/hbbr.log
|
||||
#StandardError=append:__INSTALL_DIR__/hbbr.error
|
||||
# Restart service after 10 seconds if node service crashes
|
||||
StandardOutput=append:/var/log/rustdesk/relayserver.log
|
||||
StandardError=append:/var/log/rustdesk/relayserver.error
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue