| Server IP : 172.67.134.114 / Your IP : 162.159.115.41 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/systemd/system/multi-user.target.wants/ |
Upload File : |
[Unit] Description=RustDesk Requires=network.target After=systemd-user-sessions.service [Service] Type=simple ExecStart=/usr/bin/rustdesk --service # kill --tray and --server both ExecStop=pkill -f "rustdesk --" # below two lines do not work, have to use above one line #ExecStop=pkill -f "rustdesk --tray" #ExecStop=pkill -f "rustdesk --server" PIDFile=/run/rustdesk.pid KillMode=mixed TimeoutStopSec=30 User=root LimitNOFILE=100000 Environment="PULSE_LATENCY_MSEC=60" "PIPEWIRE_LATENCY=1024/48000" [Install] WantedBy=multi-user.target