wesher: rotate
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 5 seconds
Some checks are pending
continuous-integration/laminar-eldarion Build failed with exit code 123 after 5 seconds
This commit is contained in:
parent
5d25c496cd
commit
3080a4a04e
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
task_begin "Configuring wesher";
|
task_begin "Configuring wesher";
|
||||||
|
|
||||||
|
cp "./configs/wesher.logrotate" "/etc/logrotate.d/wesher";
|
||||||
|
chown root:root "/etc/logrotate.d/wesher";
|
||||||
|
|
||||||
|
|
||||||
# HACK: Ref https://github.com/costela/wesher/issues/70
|
# HACK: Ref https://github.com/costela/wesher/issues/70
|
||||||
WESHER_CLUSTER_KEY="${wesher_secret}" wesher /usr/local/sbin/wesher --overlay-net 172.31.250.0/16 --log-level info --join "${wesher_join_ip}" &
|
WESHER_CLUSTER_KEY="${wesher_secret}" wesher /usr/local/sbin/wesher --overlay-net 172.31.250.0/16 --log-level info --join "${wesher_join_ip}" &
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue