Merge "Do not create /dev/log symlink if it already exists"
This commit is contained in:
commit
92033d0a53
@ -3,7 +3,9 @@
|
||||
# NOTE(elemoine): keepalived cannot be configured to change the log address to
|
||||
# anything other than /dev/log. Heka's log socket is at /var/lib/kolla/heka/log
|
||||
# so we symlink /dev/log to that location.
|
||||
ln -sf /var/lib/kolla/heka/log /dev/log
|
||||
if [[ ! -h /dev/log ]]; then
|
||||
ln -sf /var/lib/kolla/heka/log /dev/log
|
||||
fi
|
||||
|
||||
modprobe ip_vs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user