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
3342c9be75
commit
9644d344cc
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ LimitNOFILE=1000000
|
||||||
ExecStart=__INSTALL_DIR__/hbbr
|
ExecStart=__INSTALL_DIR__/hbbr
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
Restart=always
|
Restart=always
|
||||||
StandardOutput=append:rustdesk-server/hbbr.log
|
StandardOutput=append:__INSTALL_DIR__/hbbr.log
|
||||||
StandardError=append:rustdesk-server/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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue