diff -Nru pacemaker-1.1.14/debian/changelog pacemaker-1.1.14/debian/changelog --- pacemaker-1.1.14/debian/changelog 2018-02-26 12:49:03.000000000 -0300 +++ pacemaker-1.1.14/debian/changelog 2019-03-07 15:13:34.000000000 -0300 @@ -1,3 +1,9 @@ +pacemaker (1.1.14-2ubuntu1.5) xenial; urgency=medium + + * Change systemd unit to source /etc/default files by default (LP: #1819046) + + -- Heitor R. Alves de Siqueira Thu, 07 Mar 2019 15:13:34 -0300 + pacemaker (1.1.14-2ubuntu1.4) xenial; urgency=high * Properly restart corosync and pacemaker together (LP: #1740892) diff -Nru pacemaker-1.1.14/debian/patches/Add-etc-default-pacemaker-to-systemd-unit.patch pacemaker-1.1.14/debian/patches/Add-etc-default-pacemaker-to-systemd-unit.patch --- pacemaker-1.1.14/debian/patches/Add-etc-default-pacemaker-to-systemd-unit.patch 1969-12-31 21:00:00.000000000 -0300 +++ pacemaker-1.1.14/debian/patches/Add-etc-default-pacemaker-to-systemd-unit.patch 2019-03-07 15:13:34.000000000 -0300 @@ -0,0 +1,15 @@ +Index: pacemaker-1.1.14/mcp/pacemaker.service.in +=================================================================== +--- pacemaker-1.1.14.orig/mcp/pacemaker.service.in ++++ pacemaker-1.1.14/mcp/pacemaker.service.in +@@ -20,8 +20,8 @@ WantedBy=multi-user.target + Type=simple + KillMode=process + NotifyAccess=main +-EnvironmentFile=-@sysconfdir@/sysconfig/pacemaker +-EnvironmentFile=-@sysconfdir@/sysconfig/sbd ++EnvironmentFile=-@sysconfdir@/default/pacemaker ++EnvironmentFile=-@sysconfdir@/default/sbd + SuccessExitStatus=100 + + ExecStart=@sbindir@/pacemakerd -f diff -Nru pacemaker-1.1.14/debian/patches/series pacemaker-1.1.14/debian/patches/series --- pacemaker-1.1.14/debian/patches/series 2017-10-25 07:02:54.000000000 -0200 +++ pacemaker-1.1.14/debian/patches/series 2019-03-07 15:13:13.000000000 -0300 @@ -13,3 +13,4 @@ CVE-2016-7035.patch CVE-2016-7797.patch Enable-the-init-scripts-on-multi-user-runlevels.patch +Add-etc-default-pacemaker-to-systemd-unit.patch