From 926b514d2e77c2676c4ced560d25cddccd427c85 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 26 Jan 2018 11:44:23 +0800 Subject: unix/frps-daemon.sh: note that start-stop-daemon comes from "dpkg" package --- unix/frps-daemon.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'unix/frps-daemon.sh') 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: # --------------------------------------------------------------------- -- cgit v1.2.2