diff options
author | Aaron LI <aly@aaronly.me> | 2018-01-26 11:44:23 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-01-26 11:44:23 +0800 |
commit | 926b514d2e77c2676c4ced560d25cddccd427c85 (patch) | |
tree | 19a44054d95dc272db04703aedbc925252d3c8f4 /unix | |
parent | a561d9750ba075838db1befb2300bb5bea3401f6 (diff) | |
download | atoolbox-926b514d2e77c2676c4ced560d25cddccd427c85.tar.bz2 |
unix/frps-daemon.sh: note that start-stop-daemon comes from "dpkg" package
Diffstat (limited to 'unix')
-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: # --------------------------------------------------------------------- |