From: Christian Ebner Date: Wed, 12 Jun 2019 08:17:20 +0000 (+0200) Subject: fix #2234: fix typo in service description X-Git-Url: https://git.proxmox.com/?p=pve-ha-manager.git;a=commitdiff_plain;h=993af4280e0af4d49ccb44324bb763610ea20ab3 fix #2234: fix typo in service description replace Ressource by Resource Signed-off-by: Christian Ebner --- diff --git a/debian/pve-ha-crm.service b/debian/pve-ha-crm.service index 800ce9b..b54992f 100644 --- a/debian/pve-ha-crm.service +++ b/debian/pve-ha-crm.service @@ -1,5 +1,5 @@ [Unit] -Description=PVE Cluster Ressource Manager Daemon +Description=PVE Cluster Resource Manager Daemon ConditionPathExists=/usr/sbin/pve-ha-crm Wants=pve-cluster.service Wants=watchdog-mux.service diff --git a/debian/pve-ha-lrm.service b/debian/pve-ha-lrm.service index 024566b..b5a9108 100644 --- a/debian/pve-ha-lrm.service +++ b/debian/pve-ha-lrm.service @@ -1,5 +1,5 @@ [Unit] -Description=PVE Local HA Ressource Manager Daemon +Description=PVE Local HA Resource Manager Daemon ConditionPathExists=/usr/sbin/pve-ha-lrm Wants=pve-cluster.service Wants=watchdog-mux.service