|
Lines 5-8
Link Here
|
| 5 |
|
5 |
|
| 6 |
# Multiplexing example |
6 |
# Multiplexing example |
| 7 |
# Port 44 can be used for ssh, http, and https. Drop privileges after starting. |
7 |
# Port 44 can be used for ssh, http, and https. Drop privileges after starting. |
|
|
8 |
# Note that this example is not compatible with systemd, as privilege dropping |
| 9 |
# is now handled by systemd. |
| 8 |
#DAEMON_OPTS="-p localhost:44 --ssh 127.0.0.1:22 --http 127.0.0.1:80 --ssl 127.0.0.1:443 --user nobody" |
10 |
#DAEMON_OPTS="-p localhost:44 --ssh 127.0.0.1:22 --http 127.0.0.1:80 --ssl 127.0.0.1:443 --user nobody" |
| 9 |
- |
11 |
# |
|
|
12 |
# Port 44 can be used for ssh, http, and https. This is the same configuration |
| 13 |
# as the above, but compatible with systemd. |
| 14 |
#DAEMON_OPTS="-p localhost:44 --ssh 127.0.0.1:22 --http 127.0.0.1:80 --ssl 127.0.0.1:443" |