diff options
Diffstat (limited to 'unix/frps-daemon.sh')
-rwxr-xr-x | unix/frps-daemon.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/unix/frps-daemon.sh b/unix/frps-daemon.sh index c752ba8..a84e1b7 100755 --- a/unix/frps-daemon.sh +++ b/unix/frps-daemon.sh @@ -3,7 +3,12 @@ # Start the `FRP server' as a daemon, and start/check with a cron job. # https://github.com/fatedier/frp # -# See start-stop-daemon(8) +# See start-stop-daemon(8) for details. +# The `start-stop-daemon' tool is shipped with the `dpkg' package on +# Debian systems, which is an essential part. While on non-Debian +# systems, e.g., RedHat/CentOS, install the `dpkg' package to get this +# tool ;) +# # # Example configuration file: # --------------------------------------------------------------------- |