3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "$(date) I am now master" >> /var/log/_keepalived.log
|