change flutter_hbb name later
This commit is contained in:
parent
70f7dddfd6
commit
4b0d12f16e
@ -1,19 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Version=1.1.10
|
|
||||||
Name=RustDesk
|
|
||||||
GenericName=Remote Desktop
|
|
||||||
Comment=Remote Desktop
|
|
||||||
Exec=/usr/lib/rustdesk/flutter_hbb %u
|
|
||||||
Icon=/usr/share/rustdesk/files/rustdesk.png
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
StartupNotify=true
|
|
||||||
Categories=Network;RemoteAccess;GTK;
|
|
||||||
Keywords=internet;
|
|
||||||
Actions=new-window;
|
|
||||||
|
|
||||||
X-Desktop-File-Install-Version=0.23
|
|
||||||
|
|
||||||
[Desktop Action new-window]
|
|
||||||
Name=Open a New Window
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=RustDesk
|
|
||||||
Requires=network.target
|
|
||||||
After=systemd-user-sessions.service
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
ExecStart=/usr/lib/rustdesk/flutter_hbb --service
|
|
||||||
PIDFile=/run/rustdesk.pid
|
|
||||||
KillMode=mixed
|
|
||||||
TimeoutStopSec=30
|
|
||||||
User=root
|
|
||||||
LimitNOFILE=100000
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
@ -1,15 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=RustDesk user service (--server)
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
ExecStart=/usr/lib/rustdesk/flutter_hbb --server
|
|
||||||
PIDFile=/run/rustdesk.user.pid
|
|
||||||
KillMode=mixed
|
|
||||||
TimeoutStopSec=30
|
|
||||||
LimitNOFILE=100000
|
|
||||||
Restart=on-failure
|
|
||||||
RestartSec=3
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
Loading…
x
Reference in New Issue
Block a user