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
96a19cf3c2
commit
f60715851c
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ Description=Rustdesk Relay Server
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
User=__APP__
|
||||||
|
Group=__APP__
|
||||||
LimitNOFILE=1000000
|
LimitNOFILE=1000000
|
||||||
ExecStart=rustdesk-server/hbbr
|
ExecStart=rustdesk-server/hbbr
|
||||||
WorkingDirectory=rustdesk-server/
|
WorkingDirectory=rustdesk-server/
|
||||||
User=__APP__
|
|
||||||
Group=__APP__
|
|
||||||
Restart=always
|
Restart=always
|
||||||
StandardOutput=append:rustdesk-server/hbbr.log
|
StandardOutput=append:rustdesk-server/hbbr.log
|
||||||
StandardError=append:rustdesk-server/hbbr.error
|
StandardError=append:rustdesk-server/hbbr.error
|
||||||
|
|
Loading…
Add table
Reference in a new issue