mirror of
https://github.com/YunoHost-Apps/rustdesk-server_ynh.git
synced 2024-09-03 20:16:24 +02:00
17 lines
No EOL
374 B
Desktop File
17 lines
No EOL
374 B
Desktop File
[Unit]
|
|
Description=Rustdesk Signal Server
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=__APP__
|
|
Group=__APP__
|
|
Restart=always
|
|
LimitNOFILE=1000000
|
|
WorkingDirectory=__INSTALL_DIR__/
|
|
ExecStart=__INSTALL_DIR__/hbbs -r __DOMAIN__ -p __PORT_HBBSBIS__
|
|
StandardOutput=append:/var/log/__APP__/hbbs.log
|
|
StandardError=append:/var/log/__APP__/hbbs.error
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |