Commit 0a4843b 1 parent 4d3a772 commit 0a4843b Copy full SHA for 0a4843b
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ system for Data Center and Cloud infrastructures.
55
55
Options:
56
56
-v, --version Show the version and exit
57
57
--foreground=false Force foreground mode
58
- -c, --config_file="/etc/arachne/arachne.yaml" Configuration file path
59
- (default: /etc/arachne/arachne.yaml)
58
+ -c, --config_file="/usr/local/ etc/arachne/arachne.yaml" Config file path
59
+ (default: /usr/local/ etc/arachne/arachne.yaml)
60
60
--receiver_only=false Force TCP receiver-only mode
61
61
--sender_only=false Force TCP sender-only mode
62
62
```
Original file line number Diff line number Diff line change 4
4
enabled : false
5
5
addrport : 127.0.0.1:12345
6
6
restVersion : api/v1
7
- standaloneTargetConfig : /etc/arachne/target_config.json
7
+ standaloneTargetConfig : /usr/local/ etc/arachne/target_config.json
8
8
9
9
logging :
10
10
stdout : true
Original file line number Diff line number Diff line change 1
1
arachned/arachne /usr/bin
2
- arachned/config/* /etc/arachne/
2
+ arachned/config/* /usr/local/ etc/arachne/
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ include /usr/share/dpkg/default.mk
30
30
31
31
BINNAME = arachne
32
32
DESTBINDIR = /usr/bin
33
- DESTCFGDIR = /etc/$(BINNAME )
33
+ DESTCFGDIR = /usr/local/ etc/$(BINNAME )
34
34
DESTLOGDIR = /var/$(BINNAME )
35
35
36
36
install/arachne ::
You can’t perform that action at this time.
0 commit comments