[ovs-git] [openvswitch/ovs] f385ab: rhel: Use PIDFile on forking systemd service files

Timothy Redaelli noreply at github.com
Thu Feb 28 22:29:32 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: f385abded52064364e13a188d1ddfcb02dce4df7
      https://github.com/openvswitch/ovs/commit/f385abded52064364e13a188d1ddfcb02dce4df7
  Author: Timothy Redaelli <tredaelli at redhat.com>
  Date:   2019-02-28 (Thu, 28 Feb 2019)

  Changed paths:
    M rhel/usr_lib_systemd_system_openvswitch-ipsec.service
    M rhel/usr_lib_systemd_system_ovn-controller.service
    M rhel/usr_lib_systemd_system_ovs-vswitchd.service.in
    M rhel/usr_lib_systemd_system_ovsdb-server.service

  Log Message:
  -----------
  rhel: Use PIDFile on forking systemd service files

Currently, PIDFile is not used in systemd service files with
Type=forking. This means sometimes systemd fails to restart a daemon
that is killed (with SIGKILL) or that is crashed.

This commit adds PIDFile to all systemd service file with Type=forking
in order to always have the correct PID to monitor.

Reported-at: https://bugzilla.redhat.com/1653717
Reported-by: Candido Campos <ccamposr at redhat.com>
Acked-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list