4.3. サービスの開始
ロードバランサー設定のサーバー上で以下のコマンドを実行してサービスを起動します。
systemctl start keepalived.service
# systemctl start keepalived.service
再起動後も Keepalived サービスを維持する場合は、ロードバランサーの設定のサーバー上で以下のコマンドを実行します。
systemctl enable keepalived.service
# systemctl enable keepalived.service