每一行用分号 ; 开头,看起来有点别扭,这是什么规范? https://github.com/Supervisor/supervisor/blob/master/supervisor/skel/sample.conf
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
;serverurl=http://127.0.0.1:9001 ; use an http:// url to specify an inet socket
;username=chris ; should be same as in [*_http_server] if set
;password=123 ; should be same as in [*_http_server] if set
;prompt=mysupervisor ; cmd line prompt (default "supervisor")
;history_file=~/.sc_history ; use readline history if available
1
Joe0920 2019-02-10 10:28:18 +08:00 via iPhone 1
那是注释吧
|
2
affyun 2019-02-10 10:29:34 +08:00 via Android 1
他这个相当于别的#,加了;不生效
|
3
xiri 2019-02-10 10:35:01 +08:00 via Android 1
;开头是把那一行注释掉啊,,,,,,
|
4
BigBrother1024 2019-02-10 10:38:02 +08:00 via Android
。。。
|
5
MonoLogueChi 2019-02-10 10:39:53 +08:00 via Android
直接写啊,你这写的才叫奇怪呢
|
6
luob 2019-02-10 10:40:36 +08:00
分号注释异端
|
7
alvin666 2019-02-10 10:51:24 +08:00 via Android
|