Skip to content

Commit 0a4843b

Browse files
prabhuhariVasilis
authored andcommitted
Update /usr/local/etc path (#33)
1 parent 4d3a772 commit 0a4843b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ system for Data Center and Cloud infrastructures.
5555
Options:
5656
-v, --version Show the version and exit
5757
--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)
6060
--receiver_only=false Force TCP receiver-only mode
6161
--sender_only=false Force TCP sender-only mode
6262
```

arachned/config/arachne.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ arachne:
44
enabled: false
55
addrport: 127.0.0.1:12345
66
restVersion: api/v1
7-
standaloneTargetConfig: /etc/arachne/target_config.json
7+
standaloneTargetConfig: /usr/local/etc/arachne/target_config.json
88

99
logging:
1010
stdout: true

debian/arachne.install

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
arachned/arachne /usr/bin
2-
arachned/config/* /etc/arachne/
2+
arachned/config/* /usr/local/etc/arachne/

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include /usr/share/dpkg/default.mk
3030

3131
BINNAME = arachne
3232
DESTBINDIR = /usr/bin
33-
DESTCFGDIR = /etc/$(BINNAME)
33+
DESTCFGDIR = /usr/local/etc/$(BINNAME)
3434
DESTLOGDIR = /var/$(BINNAME)
3535

3636
install/arachne::

0 commit comments

Comments
 (0)